From 386bbf4655cff53d6598439c59b99b63670f405c Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Sat, 22 Oct 2022 10:44:37 +0200 Subject: [PATCH] [ci skip] NEWS --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index f38cd07a956..d51d1d226ed 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,8 @@ PHP NEWS - Core: . Fixed bug GH-9752 (Generator crashes when interrupted during argument evaluation with extra named params). (Arnaud) + . Fixed bug GH-9801 (Generator crashes when memory limit is exceeded during + initialization). (Arnaud) - MySQLnd: . Fixed potential heap corruption due to alignment mismatch. (cmb)