Now builds fine against new openssl ;)
Search Criteria
Package Details: php70-xmlrpc 7.0.33-10
Package Actions
Git Clone URL: | https://aur.archlinux.org/php70.git (read-only, click to copy) |
---|---|
Package Base: | php70 |
Description: | xmlrpc module for php70 |
Upstream URL: | http://www.php.net |
Licenses: | PHP |
Submitter: | betrixed |
Maintainer: | wget (el_aur) |
Last Packager: | el_aur |
Votes: | 11 |
Popularity: | 0.000649 |
First Submitted: | 2017-02-05 08:12 (UTC) |
Last Updated: | 2022-11-05 17:58 (UTC) |
Dependencies (55)
- libxml2 (libxml2-git)
- php70
- acl (acl-git) (make)
- apache (apache-git) (make)
- aspell (aspell-git) (make)
- autoconf (autoconf-git) (make)
- automake (automake-1.7, automake-git, automake-1.11, automake-1.15, automake-1.14) (make)
- bash (bash-devel-git, bash-devel-static-git, bash-git, bash-xdg) (make)
- c-client (make)
- coreutils (coreutils-git, coreutils-hybrid-git, coreutils-selinux, coreutils-hybrid) (make)
- curl (curl-minimal-git, curl-git) (make)
- db (make)
- e2fsprogs (e2fsprogs-git) (make)
- enchant (enchant-pure) (make)
- findutils (findutils-git, findutils-selinux) (make)
- freetds (freetds-patched-enum, freetds-krb5) (make)
- gawk (make)
- gd (gd-git) (make)
- gmp (gmp-hg) (make)
- hspell (make)
- Show 35 more dependencies...
Required by (0)
Sources (19)
- debian-php-7.0.33.patch
- fpm-numeric-uid-gid.patch
- fpm-reload-sighup.patch
- https://php.net/distributions/php-7.0.33.tar.xz
- make-tests.patch
- mysql-socket-php5.3.patch
- openssl-sslv3-consts.patch
- pear-config-patcher.php
- php-apache.conf
- php-enchant-depr.patch
- php-enchant-php5.3.patch
- php-freetype-2.9.1.patch
- php-icu-php5.5.patch
- php-makefile-patcher.php
- php-phpinfo.patch
- php55-phar-names.patch
- recode-php5.3.patch
- timezonedb-guess.patch
- timezonedb-php7.0.patch
el_aur commented on 2022-11-05 21:10 (UTC)
df8oe commented on 2022-11-05 10:30 (UTC)
php70 does no longer build since updates today.
el_aur commented on 2022-02-03 18:46 (UTC) (edited on 2022-02-04 11:29 (UTC) by el_aur)
Created binary repository on build.opensuse.org
https://build.opensuse.org/project/show/home:el:archphp
For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_el_archphp_Arch]
Server = https://download.opensuse.org/repositories/home:/el:/archphp/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:el:archphp/Arch/$(uname -m)/home_el_archphp_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')
pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"
Refresh packages database
pacman -Syy
Now search for php packages you need:
pacman -Ss php70
Install with pacman -S
packages you need or all PHP 7.0 packages with:
sudo pacman -S $(pacman -Ssq | grep '^php70')
el_aur commented on 2022-02-03 18:45 (UTC) (edited on 2022-02-03 18:47 (UTC) by el_aur)
Read Carefully! Breaking changes in compare with native PHP package
-
Console version
/usr/bin/php70
is installed withphp70-cli
subpackage,php81
doesn't include it anymore!!! -
PEAR and PECL are available as
php70-pear
andphp70-pecl
subpackages -
All shared modules are respresented as stand-alone subpackages and are not included with
php70
package anymore. -
No more extensions in php.ini itself!
Separate INI files for each extension are placed in /etc/php70/conf.d
They are loaded in correct order according to priority
wget commented on 2022-02-03 13:56 (UTC)
@el_aur thanks made you co maintainer :)
el_aur commented on 2022-01-27 16:28 (UTC)
Hi guys. Wanna adopt this package. Have made universal builds for all PHP versions 5.3-8.1. Maintaining already php55, php72, php73, php74, php81 in AUR
el_aur commented on 2022-01-25 14:33 (UTC)
Have ported cve patches and Debian patches, can share here if you make me comaintainer :)
PetrP commented on 2021-12-12 13:07 (UTC)
To get this compile with libicu70, I used those two patches:
git apply <(wget -qO- https://gist.githubusercontent.com/PetrP/7310f2b6bbf25be87f3f04d866104e66/raw/rakotomandimby.patch)
git apply <(wget -qO- https://gist.githubusercontent.com/PetrP/7310f2b6bbf25be87f3f04d866104e66/raw/icu70.patch)
First is from rakotomandimby's comment bellow, second is slightly modified version of this patch from php72 NAlien's comment
rakotomandimby commented on 2021-09-30 20:39 (UTC)
Hi all,
I made a repo where:
- I tooked the snapshot https://aur.archlinux.org/cgit/aur.git/snapshot/php70.tar.gz
- I addressed the TRUE and FALSE undeclared issue
- I addressed the GD_FLIP_HORINZONTAL GD_FLIP_VERTICAL GD_FLIP_BOTH undeclared issue https://aur.archlinux.org/packages/php74/#comment-826973
Maintainer, feel free to get it at: https://bitbucket.org/rakotomandimby/aur-php70/commits/06d776e99e5192c4284f1c51061325a6efbcaa71
Users, you can just clone the repo and run "makepkg"
hamedsbt commented on 2021-08-25 04:14 (UTC)
@df8oe , I confirm solution by @reibeku (from php71 thread) it's working:
open PKGBUILD file and Replace:
build() {
local phpConfig="\
--srcdir=../${_pkgbase}-${pkgver} \
--config-cache \
With:
build() {
export CC="gcc -DTRUE=1 -DFALSE=0"
export CXX="g++ -DTRUE=1 -DFALSE=0"
local phpConfig="\
--srcdir=../${_pkgbase}-${pkgver} \
--config-cache \
Thank you @reibeku
Pinned Comments
el_aur commented on 2022-02-03 18:46 (UTC) (edited on 2022-02-04 11:29 (UTC) by el_aur)
Created binary repository on build.opensuse.org
https://build.opensuse.org/project/show/home:el:archphp
For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
Then run the following as root
Refresh packages database
Now search for php packages you need:
Install with
pacman -S
packages you need or all PHP 7.0 packages with:el_aur commented on 2022-02-03 18:45 (UTC) (edited on 2022-02-03 18:47 (UTC) by el_aur)
Read Carefully! Breaking changes in compare with native PHP package
Console version
/usr/bin/php70
is installed withphp70-cli
subpackage,php81
doesn't include it anymore!!!PEAR and PECL are available as
php70-pear
andphp70-pecl
subpackagesAll shared modules are respresented as stand-alone subpackages and are not included with
php70
package anymore.No more extensions in php.ini itself!
Separate INI files for each extension are placed in
/etc/php70/conf.d
They are loaded in correct order according to priority