1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00

[ci skip] NEWS

This commit is contained in:
Arnaud Le Blanc
2022-10-16 12:43:21 +02:00
parent 86e1fea39a
commit f702f87f70
+4
View File
@@ -2,6 +2,10 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2022, PHP 8.0.26
- Core:
. Fixed bug GH-9752 (Generator crashes when interrupted during argument
evaluation with extra named params). (Arnaud)
- SOAP:
. Fixed GH-9720 (Null pointer dereference while serializing the response).
(cmb)