diff --git a/NEWS b/NEWS index 3d66f3e9e2d..d7772fe70f1 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,10 @@ PHP NEWS . Fixed bug #72185: php-fpm writes empty fcgi record causing nginx 502. (Jakub Zelenka, loveharmful) +- OPcache: + . Fixed bug #8461 (tracing JIT crash after function/method change). + (Arnaud, Dmitry) + - SPL: . Fixed bug GH-8235 (iterator_count() may run indefinitely). (cmb)