kumquat-buildroot/package/php
Thomas Petazzoni fc4b66dbc1 php: fix emalloc/efree/estrdup/... undefined references
zend_alloc.h defines some macros such as:

Where _estrdup is the actual function implemented by the PHP core. If
this header file is not included, and some code uses estrdup, one ends
up with an undefined reference. This happens when libexpat support is
enabled. This commit adds a PHP patch that fixes this issue. The patch
has been submitted upstream through a Github pull request.

Fixes:

  http://autobuild.buildroot.net/results/889d2c1f509c035cd506e36061939bfddc8f1500/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-04-09 11:23:44 +02:00
..
0001-acinclude.m4-don-t-unset-variables.patch
0002-iconv-tweak-iconv-detection.patch
0003-configure-disable-the-phar-tool.patch
0004-OPcache-flock-mechanism-is-obviously-linux-so-force-.patch
0005-ext-fileinfo-config.m4-allow-cache-answer-for-strcas.patch
0006-avoid-bfin-gcc-segfault.patch
0007-Call-apxs-with-correct-prefix.patch
0008-main-php_ini.c-build-empty-php_load_zend_extension_c.patch
0009-ext-xml-expat_compat.h-add-missing-php.h-include.patch
Config.ext
Config.in
php-fpm.conf
php.hash
php.mk