From c2f3a605f001f6213905be133a9cd08dba885663 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Sat, 25 Mar 2023 16:26:18 +0100 Subject: [PATCH] [skip ci] Add NEWS entry --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index ab24c4401d3..d54187dadf1 100644 --- a/NEWS +++ b/NEWS @@ -58,6 +58,8 @@ PHP NEWS - SPL: . Fixed bug GH-10519 (Array Data Address Reference Issue). (Nathan Freeman) + . Fixed bug GH-10844 (ArrayIterator allows modification of readonly props). + (ilutov) - Standard: . Fixed bug GH-10885 (stream_socket_server context leaks). (ilutov)