1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00

[ci skip] Update NEWS

This commit is contained in:
Niels Dossche
2023-07-31 23:00:57 +02:00
committed by Sergey Panteleev
parent e8f217dd6c
commit 7020e2e997
+6
View File
@@ -44,6 +44,10 @@ PHP NEWS
- Intl:
. Fix memory leak in MessageFormatter::format() on failure. (Girgias)
- Libxml:
. Fixed bug GHSA-3qrf-m4j2-pcrr (Security issue with external entity loading
in XML without enabling it). (CVE-2023-3823) (nielsdos, ilutov)
- MBString:
. Fix GH-11300 (license issue: restricted unicode license headers).
@@ -70,6 +74,8 @@ PHP NEWS
- Phar:
. Add missing check on EVP_VerifyUpdate() in phar util. (nielsdos)
. Fixed bug GHSA-jqcx-ccgc-xwhv (Buffer mismanagement in phar_dir_read()).
(CVE-2023-3824) (nielsdos)
- PHPDBG:
. Fixed bug GH-9669 (phpdbg -h options doesn't list the -z option). (adsr)