php7-pecl-http: add a patch to fix a segfault during php startup
authorMichael Heimpold <mhei@heimpold.de>
Sun, 4 Jun 2017 19:29:20 +0000 (21:29 +0200)
committerMichael Heimpold <mhei@heimpold.de>
Sun, 4 Jun 2017 19:34:40 +0000 (21:34 +0200)
commitfe125bd55f67c1706b5556c28ed646a512032581
treeb685b593c890ce892828dc526ae975d157e080dc
parent93811f98a00c84a7624f4bf266814c72b7dcb9d1
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>
lang/php7-pecl-http/Makefile
lang/php7-pecl-http/patches/200-string_or_null_register.patch [new file with mode: 0644]