Skip to content

Commit 80637d1

Browse files
bukkaSakiTakamachi
authored andcommitted
Update NEWS with entries for security fixes
1 parent 758e1e3 commit 80637d1

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.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)

0 commit comments

Comments
 (0)