1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 09:33:06 +02:00

[ci skip] NEWS

This commit is contained in:
Arnaud Le Blanc
2022-10-22 10:45:09 +02:00
parent cfd5fb98e4
commit 6b35850139

2
NEWS
View File

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