Skip to content

Commit 5e5b164

Browse files
committed
Update NEWS with entries for security fixes
1 parent 026ab91 commit 5e5b164

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

NEWS

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PHP 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)

0 commit comments

Comments
 (0)