Commit 175548e868b for php.net
commit 175548e868bbd94315d528366bfc31a40500ddeb
Merge: 2521c348da6 77f2d128494
Author: Alexandre Daubois <alex.daubois@gmail.com>
Date: Thu Dec 4 09:11:09 2025 +0100
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3:
Fix GH-20370: forbid user stream filters to violate typed property constraints (#20373)
diff --cc NEWS
index 0d7dcc01aa0,8cb21eb94fb..a9d339042f4
--- a/NEWS
+++ b/NEWS
@@@ -82,6 -78,6 +82,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)