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.3.23
3
+ 03 Jul 2025 , PHP 8.3.23
4
4
5
5
- Core:
6
6
. Fixed GH-18695 (zend_ast_export() - float number is not preserved).
@@ -38,6 +38,10 @@ PHP NEWS
38
38
. Fixed bug #74796 (Requests through http proxy set peer name).
39
39
(Jakub Zelenka)
40
40
41
+ - PGSQL:
42
+ . Fixed GHSA-hrwm-9436-5mv3 (pgsql extension does not check for errors during
43
+ escaping). (CVE-2025-1735) (Jakub Zelenka)
44
+
41
45
- Phar:
42
46
. Add missing filter cleanups on phar failure. (nielsdos)
43
47
. Fixed bug GH-18642 (Signed integer overflow in ext/phar fseek). (nielsdos)
@@ -60,8 +64,14 @@ PHP NEWS
60
64
. Fix memory leak when calloc() fails in php_readline_completion_cb().
61
65
(nielsdos)
62
66
63
- - Soap :
67
+ - SOAP :
64
68
. 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)
65
75
66
76
- Tidy:
67
77
. Fix memory leak in tidy output handler on error. (nielsdos)
You can’t perform that action at this time.
0 commit comments