[ci skip] NEWS

This commit is contained in:
Arnaud Le Blanc 2022-10-22 10:44:37 +02:00
parent ebe58459aa
commit 386bbf4655

2
NEWS
View file

@ -5,6 +5,8 @@ PHP NEWS
- Core: - Core:
. Fixed bug GH-9752 (Generator crashes when interrupted during argument . Fixed bug GH-9752 (Generator crashes when interrupted during argument
evaluation with extra named params). (Arnaud) evaluation with extra named params). (Arnaud)
. Fixed bug GH-9801 (Generator crashes when memory limit is exceeded during
initialization). (Arnaud)
- MySQLnd: - MySQLnd:
. Fixed potential heap corruption due to alignment mismatch. (cmb) . Fixed potential heap corruption due to alignment mismatch. (cmb)