libxml2 2.13.6-2 removes /usr/bin/xml2-config
which broke this package (and many others) I've working on this from github libarchive - use pkg-config to find libxml2 and with the current acinclude.m4
in the php-5.6.40 source.
It looks like we can simply rename configure.in
to configure.ac
and mkdir m4
and add AC_CONFIG_MACRO_DIRS([m4])
(nit but should do it), then rm configure ltmain.sh aclocal.m4
and then after applying all patches in prepare()
, just call autoreconf -i
to regenerate the files before calling ./configure
. I'm not an autotools expert, so converting the acinclude.m4
to use pkg-conf
in the PHP_SETUP_LIBXML
section is taking a bit of reading.
Pinned Comments
el_aur commented on 2023-02-22 16:02 (UTC)
Read Carefully! Breaking changes in compare with native PHP package
Console version /usr/bin/php56 is installed with php56-cli subpackage, php56 doesn't include it anymore!!!
PEAR and PECL are available as php56-pear and php56-pecl subpackages
All shared modules are respresented as stand-alone subpackages and are not included with php56 package anymore.
No more extensions in php.ini itself!
Separate INI files for each extension are placed in /etc/php56/conf.d
They are loaded in correct order according to priority
mickael9 commented on 2018-10-03 17:21 (UTC)
PHP 5.6 will stop getting security updates in January 2019. Consider upgrading to PHP 7 now
mickael9 commented on 2016-04-06 11:51 (UTC) (edited on 2018-10-03 17:18 (UTC) by mickael9)
PLEASE READ : For those who are getting "unknown public key" errors, this is NOT caused by this package. It means GPG is not configured to fetch public keys automatically (which is normal by default)
Please read the instructions at https://wiki.archlinux.org/index.php/Makepkg#Signature_checking
The easiest way to overcome this is to manually import the keys from a keyserver :
mickael9 commented on 2016-01-14 01:53 (UTC) (edited on 2016-08-06 17:00 (UTC) by mickael9)