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 11PHP NEWS
22|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3- ?? ??? ???? , PHP 8.4.9
3+ 03 Jul 2025 , PHP 8.4.9
44
55- BcMath:
66 . Fixed bug GH-18641 (Accessing a BcMath\Number property by ref crashes).
@@ -49,6 +49,10 @@ PHP NEWS
4949 . Fixed bug #74796 (Requests through http proxy set peer name).
5050 (Jakub Zelenka)
5151
52+ - PGSQL:
53+ . Fixed GHSA-hrwm-9436-5mv3 (pgsql extension does not check for errors during
54+ escaping). (CVE-2025-1735) (Jakub Zelenka)
55+
5256- PDO ODBC:
5357 . Fix memory leak if WideCharToMultiByte() fails. (nielsdos)
5458
@@ -79,8 +83,14 @@ PHP NEWS
7983 . Fixed bug GH-18597 (Heap-buffer-overflow in zend_alloc.c when assigning
8084 string with UTF-8 bytes). (nielsdos)
8185
82- - Soap :
86+ - SOAP :
8387 . 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)
8494
8595- Tidy:
8696 . Fix memory leak in tidy output handler on error. (nielsdos)
You can’t perform that action at this time.
0 commit comments