Commit 846773a4e9b for php.net
commit 846773a4e9bfc6df7e672737e3b7b07c4d57b61f
Merge: 045d005f809 38ffb6365b4
Author: Ilia Alshanetsky <ilia@ilia.ws>
Date: Tue Aug 25 18:18:34 2026 -0400
Merge branch 'PHP-8.5'
* PHP-8.5:
Close the keyword UEnumeration on Locale::getKeywords failure
diff --cc NEWS
index 5276069926e,0664cf4e4e3..571d8d82e01
--- a/NEWS
+++ b/NEWS
@@@ -1,13 -1,6 +1,17 @@@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 8.5.11
+?? ??? ????, PHP 8.6.0beta3
+
+- CLI:
+ . Fixed bug GH-23242 (PHP development server does not support Expect
+ 100-continue flow control). (Sjoerd Langkemper)
+
++- Intl:
++ . Fixed a leak in Locale::getKeywords() when a keyword value cannot be
++ read. (iliaal)
++
+
+27 Aug 2026, PHP 8.6.0beta2
- Core:
. Fixed bug GH-15375 (Nested "yield from" skips items after a valid() or