mirror of
https://github.com/php/php-src.git
synced 2026-04-03 22:22:18 +02:00
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+