Skip to content

Commit 7cfcced

Browse files
bukkaadoy
authored andcommitted
Update NEWS with entries for security fixes
1 parent a5efd91 commit 7cfcced

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

NEWS

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? ??? ????, PHP 8.2.28
3+
13 Mar 2025, PHP 8.2.28
44

55
- Core:
66
. Fixed bug GH-17211 (observer segfault on function loaded with dl()).
77
(Arnaud)
88

9+
- LibXML:
10+
. Fixed GHSA-wg4p-4hqh-c3g9 (Reocurrence of #72714). (nielsdos)
11+
. Fixed GHSA-p3x9-6h7p-cgfc (libxml streams use wrong `content-type` header
12+
when requesting a redirected resource). (CVE-2025-1219) (timwolla)
13+
14+
- Streams:
15+
. Fixed GHSA-hgf54-96fm-v528 (Stream HTTP wrapper header check might omit
16+
basic auth header). (CVE-2025-1736) (Jakub Zelenka)
17+
. Fixed GHSA-52jp-hrpf-2jff (Stream HTTP wrapper truncate redirect location
18+
to 1024 bytes). (CVE-2025-1861) (Jakub Zelenka)
19+
. Fixed GHSA-pcmh-g36c-qc44 (Streams HTTP wrapper does not fail for headers
20+
without colon). (CVE-2025-1734) (Jakub Zelenka)
21+
. Fixed GHSA-v8xr-gpvj-cx9g (Header parser of `http` stream wrapper does not
22+
handle folded headers). (CVE-2025-1217) (Jakub Zelenka)
23+
924
- Windows:
1025
. Fixed phpize for Windows 11 (24H2). (bwoebi)
1126

0 commit comments

Comments
 (0)