File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- ?? ??? ???? , PHP 8.2.28
3
+ 13 Mar 2025 , PHP 8.2.28
4
4
5
5
- Core:
6
6
. Fixed bug GH-17211 (observer segfault on function loaded with dl()).
7
7
(Arnaud)
8
8
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
+
9
24
- Windows:
10
25
. Fixed phpize for Windows 11 (24H2). (bwoebi)
11
26
You can’t perform that action at this time.
0 commit comments