1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Update NEWS for null deprecation bug fix

This commit is contained in:
Gina Peter Banyard
2025-10-29 18:37:14 +00:00
parent 9a1b8a785d
commit ebf9d84055

2
NEWS
View File

@@ -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)