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.3.23
3+ 03 Jul 2025 , PHP 8.3.23
44
55- Core:
66 . Fixed GH-18695 (zend_ast_export() - float number is not preserved).
@@ -38,6 +38,10 @@ PHP NEWS
3838 . Fixed bug #74796 (Requests through http proxy set peer name).
3939 (Jakub Zelenka)
4040
41+ - PGSQL:
42+ . Fixed GHSA-hrwm-9436-5mv3 (pgsql extension does not check for errors during
43+ escaping). (CVE-2025-1735) (Jakub Zelenka)
44+
4145- Phar:
4246 . Add missing filter cleanups on phar failure. (nielsdos)
4347 . Fixed bug GH-18642 (Signed integer overflow in ext/phar fseek). (nielsdos)
@@ -60,8 +64,14 @@ PHP NEWS
6064 . Fix memory leak when calloc() fails in php_readline_completion_cb().
6165 (nielsdos)
6266
63- - Soap :
67+ - SOAP :
6468 . Fix memory leaks in php_http.c when call_user_function() fails. (nielsdos)
69+ . Fixed GHSA-453j-q27h-5p8x (NULL Pointer Dereference in PHP SOAP Extension
70+ via Large XML Namespace Prefix). (CVE-2025-6491) (Lekssays, nielsdos)
71+
72+ - Standard:
73+ . Fixed GHSA-3cr5-j632-f35r (Null byte termination in hostnames).
74+ (CVE-2025-1220) (Jakub Zelenka)
6575
6676- Tidy:
6777 . Fix memory leak in tidy output handler on error. (nielsdos)
You can’t perform that action at this time.
0 commit comments