php-src/ext/xmlrpc
Asher Baker d54220bc79 Fix #78173: XML-RPC mutates immutable objects during encoding
With opcache.protect_memory=1 enabled, the XML-RPC extension causes a
segfault on PHP 7.2 as it is modifying the recursion counter of objects
it touches, without first checking if they are immutable or not.

This doesn't affect 7.3+
2019-06-18 17:08:11 +02:00
..
libxmlrpc Merge branch 'PHP-7.1' into PHP-7.2 2019-01-06 11:57:16 -08:00
tests Merge branch 'PHP-7.1' into PHP-7.2 2019-01-06 11:57:16 -08:00
config.m4 Fix #75282: xmlrpc_encode_request() crashes 2018-10-21 12:06:55 +02:00
config.w32 Fix #75282: xmlrpc_encode_request() crashes 2018-10-21 12:06:55 +02:00
CREDITS
EXPERIMENTAL Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
php_xmlrpc.h year++ 2018-01-02 12:55:14 +08:00
xmlrpc-epi-php.c Fix #78173: XML-RPC mutates immutable objects during encoding 2019-06-18 17:08:11 +02:00