File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- ?? ??? ???? , PHP 8.4.9
3
+ 03 Jul 2025 , PHP 8.4.9
4
4
5
5
- BcMath:
6
6
. Fixed bug GH-18641 (Accessing a BcMath\Number property by ref crashes).
@@ -49,6 +49,10 @@ PHP NEWS
49
49
. Fixed bug #74796 (Requests through http proxy set peer name).
50
50
(Jakub Zelenka)
51
51
52
+ - PGSQL:
53
+ . Fixed GHSA-hrwm-9436-5mv3 (pgsql extension does not check for errors during
54
+ escaping). (CVE-2025-1735) (Jakub Zelenka)
55
+
52
56
- PDO ODBC:
53
57
. Fix memory leak if WideCharToMultiByte() fails. (nielsdos)
54
58
@@ -79,8 +83,14 @@ PHP NEWS
79
83
. Fixed bug GH-18597 (Heap-buffer-overflow in zend_alloc.c when assigning
80
84
string with UTF-8 bytes). (nielsdos)
81
85
82
- - Soap :
86
+ - SOAP :
83
87
. Fix memory leaks in php_http.c when call_user_function() fails. (nielsdos)
88
+ . Fixed GHSA-453j-q27h-5p8x (NULL Pointer Dereference in PHP SOAP Extension
89
+ via Large XML Namespace Prefix). (CVE-2025-6491) (Lekssays, nielsdos)
90
+
91
+ - Standard:
92
+ . Fixed GHSA-3cr5-j632-f35r (Null byte termination in hostnames).
93
+ (CVE-2025-1220) (Jakub Zelenka)
84
94
85
95
- Tidy:
86
96
. Fix memory leak in tidy output handler on error. (nielsdos)
You can’t perform that action at this time.
0 commit comments