1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 12:53:54 +02:00
openwrt-packages/lang/php7-pecl-http/patches
Michael Heimpold fe125bd55f php7-pecl-http: add a patch to fix a segfault during php startup
The extensions tries to register some string constants after quering
version strings from underlaying libcurl. However, depending on libcurl's
configuration these strings could also be NULL, which was not handled
properly.

An upstream pull request for this patch is waiting for review.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-06-04 21:34:40 +02:00
..
100_php_http_etag_bigendian_check.patch php7-pecl-http: fix build for big endian (fixes #3691) 2016-12-23 23:08:29 +01:00
200-string_or_null_register.patch php7-pecl-http: add a patch to fix a segfault during php startup 2017-06-04 21:34:40 +02:00