Commit 02d5d45e2c1 for php.net
commit 02d5d45e2c1222b15dbd513e51cd1616b9581472
Merge: fbca6cb2219 f09a81ddee3
Author: Ilia Alshanetsky <ilia@ilia.ws>
Date: Sun Aug 30 12:07:39 2026 -0400
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
[SOAP] Fix WSDL cache corruption when header defines headerfaults
diff --cc NEWS
index 693ff78fafd,208ccaef35f..75355cb5130
--- a/NEWS
+++ b/NEWS
@@@ -63,10 -63,12 +63,14 @@@ PH
. Fixed bug GH-23477 (Memory leak on duplicate native Phar manifest entries).
(Weilin Du)
+- Readline:
+ . Fixed the interactive shell not waiting for the pager process to exit.
+ (Weilin Du)
+
+ - SOAP:
- . Fixed bug GH-23447 (Segfault when a class passed to SoapServer::setClass()
- fails to initialize). (Lazizbek Ergashev)
+ . Fixed WSDL cache corruption when a soap:header defines headerfaults.
+ (Ilia Alshanetsky)
+
- Standard:
. Fixed a segfault when a stream filter callback unsets StreamBucket::$data
before re-attaching the bucket. (iliaal)