Commit d74085bf8c7 for php.net
commit d74085bf8c7f5f3ca2cf50282467a09239dd319d
Merge: 6a0da6dc2e5 175548e868b
Author: Alexandre Daubois <alex.daubois@gmail.com>
Date: Thu Dec 4 09:11:52 2025 +0100
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
Fix GH-20370: forbid user stream filters to violate typed property constraints (#20373)
diff --cc NEWS
index 7dc690d6758,a9d339042f4..37c7e8734fc
--- a/NEWS
+++ b/NEWS
@@@ -74,6 -82,13 +74,10 @@@ PH
via deep structures). (ndossche)
. Fixed bug GH-20584 (Information Leak of Memory). (ndossche)
+ - Streams:
+ . Fixed bug GH-20370 (User stream filters could violate typed property
+ constraints). (alexandre-daubois)
+
-- Tidy:
- . Fixed bug GH-20374 (PHP with tidy and custom-tags). (ndossche)
-
- XML:
. Fixed bug GH-20439 (xml_set_default_handler() does not properly handle
special characters in attributes when passing data to callback). (ndossche)