@@ -68,6 +68,8 @@ PHP NEWS
6868 (DanielEScherzer)
6969 . Fixed bug GH-17866 (zend_mm_heap corrupted error after upgrading from
7070 8.4.3 to 8.4.4). (nielsdos)
71+ . Fixed GHSA-rwp7-7vc6-8477 (Reference counting in php_request_shutdown
72+ causes Use-After-Free). (CVE-2024-11235) (ilutov)
7173
7274- DOM:
7375 . Fixed bug GH-17609 (Typo in error message: Dom\NO_DEFAULT_NS instead of
@@ -94,6 +96,11 @@ PHP NEWS
9496 . Fixed bug GH-17704 (ldap_search fails when $attributes contains a
9597 non-packed array with numerical keys). (nielsdos, 7u83)
9698
99+ - LibXML:
100+ . Fixed GHSA-wg4p-4hqh-c3g9 (Reocurrence of #72714). (nielsdos)
101+ . Fixed GHSA-p3x9-6h7p-cgfc (libxml streams use wrong `content-type` header
102+ when requesting a redirected resource). (CVE-2025-1219) (timwolla)
103+
97104- MBString:
98105 . Fixed bug GH-17503 (Undefined float conversion in mb_convert_variables).
99106 (cmb)
@@ -135,9 +142,17 @@ PHP NEWS
135142- Streams:
136143 . Fixed bug GH-17650 (realloc with size 0 in user_filters.c). (nielsdos)
137144 . Fix memory leak on overflow in _php_stream_scandir(). (nielsdos)
145+ . Fixed GHSA-hgf54-96fm-v528 (Stream HTTP wrapper header check might omit
146+ basic auth header). (CVE-2025-1736) (Jakub Zelenka)
147+ . Fixed GHSA-52jp-hrpf-2jff (Stream HTTP wrapper truncate redirect location
148+ to 1024 bytes). (CVE-2025-1861) (Jakub Zelenka)
149+ . Fixed GHSA-pcmh-g36c-qc44 (Streams HTTP wrapper does not fail for headers
150+ without colon). (CVE-2025-1734) (Jakub Zelenka)
151+ . Fixed GHSA-v8xr-gpvj-cx9g (Header parser of `http` stream wrapper does not
152+ handle folded headers). (CVE-2025-1217) (Jakub Zelenka)
138153
139154- Windows:
140- . Fixed phpize for Windows 11 (24H2). (Bob )
155+ . Fixed phpize for Windows 11 (24H2). (bwoebi )
141156 . Fixed GH-17855 (CURL_STATICLIB flag set even if linked with shared lib).
142157 (cmb)
143158
0 commit comments