From ebf9d8405535e5fc397c2c3a3dc8b1136ebd1661 Mon Sep 17 00:00:00 2001 From: Gina Peter Banyard Date: Wed, 29 Oct 2025 18:37:14 +0000 Subject: [PATCH] Update NEWS for null deprecation bug fix --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index d9d5c7c9c06..1ec9f20ef77 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,8 @@ PHP NEWS . Fixed bug GH-20270 (Broken parent hook call with named arguments). (ilutov) . Fixed bug GH-20183 (Stale EG(opline_before_exception) pointer through eval). (ilutov) + . Fixed bug GH-20194 (null offset deprecation not emitted for writes). + (Girgias) - Opcache: . Fixed bug GH-20012 (heap buffer overflow in jit). (Arnaud)