Commit 53c3116c380 for php.net
commit 53c3116c380ee629c35931ba02881ebb9b3d006f
Merge: 0c87849da5a e32b7877cdf
Author: Ilia Alshanetsky <ilia@ilia.ws>
Date: Wed Aug 26 16:17:49 2026 -0400
Merge branch 'PHP-8.5'
* PHP-8.5:
[intl] fix leak when iterating IntlBreakIterator parts iterators
diff --cc NEWS
index 50c3346e17a,3b865718f09..41ee6be929d
--- a/NEWS
+++ b/NEWS
@@@ -1,21 -1,6 +1,23 @@@
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 memory leak when iterating IntlBreakIterator::getPartsIterator()
++ results. (iliaal)
+ . Fixed a leak in Locale::getKeywords() when a keyword value cannot be
+ read. (iliaal)
+
+- Phar:
+ . Fixed bug GH-23418 (Use-after-free when looking up mounted directories).
+ (Weilin Du)
+
+
+27 Aug 2026, PHP 8.6.0beta2
- Core:
. Fixed bug GH-15375 (Nested "yield from" skips items after a valid() or