@hop4rt have you tried building using clean chroot?
Search Criteria
Package Details: php70-xml 7.0.33-12
Package Actions
Git Clone URL: | https://aur.archlinux.org/php70.git (read-only, click to copy) |
---|---|
Package Base: | php70 |
Description: | xml modules for php70 |
Upstream URL: | http://www.php.net |
Licenses: | PHP |
Submitter: | betrixed |
Maintainer: | wget (el_aur) |
Last Packager: | el_aur |
Votes: | 11 |
Popularity: | 0.000052 |
First Submitted: | 2017-02-05 08:12 (UTC) |
Last Updated: | 2023-02-22 15:35 (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-1.11, automake-1.15, automake-1.14, automake-git) (make)
- bash (bash-devel-static-git, bash-git, bash-xdg, bash-devel-git) (make)
- c-client (make)
- coreutils (coreutils-hybrid-git, coreutils-hybrid, coreutils-git, coreutils-selinux) (make)
- curl (curl-minimal-git, curl-git, curl-quiche-git, curl-http3-ngtcp2) (make)
- db5.3 (make)
- e2fsprogs (e2fsprogs-git) (make)
- enchant (enchant-pure) (make)
- findutils (findutils-selinux, findutils-git) (make)
- freetds (freetds-patched-enum, freetds-krb5) (make)
- gawk (gawk-git, gawk-fake) (make)
- gd (gd-git) (make)
- gmp (gmp-hg) (make)
- hspell (make)
- Show 35 more dependencies...
Required by (7)
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 2023-04-27 15:27 (UTC)
hop4rt commented on 2023-03-21 09:11 (UTC)
does not builds again
fails with:
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test exception doesn't cause RSHUTDOWN bypass, variation 0 [Zend/tests/exception_011.phpt]
Test exception doesn't cause RSHUTDOWN bypass, variation 1 [Zend/tests/exception_012.phpt]
=====================================================================
Same goes for other php70-* packages
df8oe commented on 2023-02-23 13:55 (UTC)
builds now again. Many thanks for your work and very fast reaction!
el_aur commented on 2023-02-22 16:52 (UTC)
@df8oe fixed again that openssl :) try again
df8oe commented on 2023-02-22 07:42 (UTC)
Does not build after updates - it seems openssl is again the bad boy... I havent' tried yet but I think 71/72/80/81 are impacted, too
el_aur commented on 2023-02-21 12:23 (UTC)
Fixed build against dblib. Added c-client to aur. Forced openssl1.1
el_aur commented on 2022-11-05 21:10 (UTC)
Now builds fine against new openssl ;)
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')
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 2023-02-21 12:42 (UTC) by el_aur)
Read Carefully! Breaking changes in compare with native PHP package
Console version
/usr/bin/php70
is installed withphp70-cli
subpackage,php70
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