1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[ci skip] Re-add accidentally removed NEWS entry

This commit is contained in:
Niels Dossche
2025-06-09 20:04:24 +02:00
parent 53231a81dd
commit 931ee4bf62

1
NEWS
View File

@@ -53,6 +53,7 @@ PHP NEWS
evaluation) and GH-18464 (Recursion protection for deprecation constants not
released on bailout). (DanielEScherzer and ilutov)
. Fixed AST printing for immediately invoked Closure. (Dmitrii Derepko)
. Properly handle __debugInfo() returning an array reference. (nielsdos)
- Curl:
. Added curl_multi_get_handles(). (timwolla)