From 94f48f1ade6854519896d040521b3e28643a8423 Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Tue, 28 Oct 2025 11:13:10 +0100 Subject: [PATCH 1/2] NEWS --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index d26aac41970..51c44a166b5 100644 --- a/NEWS +++ b/NEWS @@ -54,6 +54,7 @@ PHP NEWS (Arnaud, Shivam Mathur) . Fixed bug GH-19875 (JIT 1205 segfault on large file compiled in subprocess). (Arnaud) + . Fixed bug GH-20012 (heap buffer overflow in jit). (Arnaud) - PgSql: . Fix memory leak when first string conversion fails. (nielsdos) From df9141079cf27306717d713b480ededb9075658d Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Tue, 28 Oct 2025 11:13:56 +0100 Subject: [PATCH 2/2] NEWS --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4dad77969e1..d9d5c7c9c06 100644 --- a/NEWS +++ b/NEWS @@ -2,11 +2,14 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 8.5.0RC4 -- Core: +- Core: . 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) +- Opcache: + . Fixed bug GH-20012 (heap buffer overflow in jit). (Arnaud) + - Reflection: . Fixed bug GH-20217 (ReflectionClass::isIterable() incorrectly returns true for classes with property hooks). (alexandre-daubois)