From 6f70cd3f042caed6b6bcf7d00520d624e8b9bb4c Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Mon, 7 Oct 2024 18:19:26 +0200 Subject: [PATCH] NEWS for GH-16200 --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 2f32d2d3913..fe9ce1a0e87 100644 --- a/NEWS +++ b/NEWS @@ -84,6 +84,7 @@ PHP NEWS - Opcache: . Fixed bug GH-16009 (Segmentation fault with frameless functions and undefined CVs). (nielsdos) + . Fixed bug GH-16186 (Assertion failure in Zend/zend_operators.c). (Arnaud) - PCRE: . Fixed bug GH-16184 (UBSan address overflowed in ext/pcre/php_pcre.c).