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
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