1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 15:38:49 +02:00

[ci skip] NEWS

This commit is contained in:
Arnaud Le Blanc
2022-10-16 12:44:05 +02:00
parent 2831e0c624
commit e3c40c6829
+4
View File
@@ -2,6 +2,10 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.1.13
- Core:
. Fixed bug GH-9752 (Generator crashes when interrupted during argument
evaluation with extra named params). (Arnaud)
- MySQLnd:
. Fixed potential heap corruption due to alignment mismatch. (cmb)