mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
NEWS
Signed-off-by: Ben Ramsey <ramsey@php.net>
This commit is contained in:
parent
9949064dd1
commit
6188050779
1 changed files with 6 additions and 0 deletions
6
NEWS
6
NEWS
|
@ -45,6 +45,10 @@ PHP NEWS
|
||||||
- Intl:
|
- Intl:
|
||||||
. Fix memory leak in MessageFormatter::format() on failure. (Girgias)
|
. 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:
|
- MBString:
|
||||||
. Fix GH-11300 (license issue: restricted unicode license headers).
|
. Fix GH-11300 (license issue: restricted unicode license headers).
|
||||||
(nielsdos)
|
(nielsdos)
|
||||||
|
@ -73,6 +77,8 @@ PHP NEWS
|
||||||
|
|
||||||
- Phar:
|
- Phar:
|
||||||
. Add missing check on EVP_VerifyUpdate() in phar util. (nielsdos)
|
. 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:
|
- PHPDBG:
|
||||||
. Fixed bug GH-9669 (phpdbg -h options doesn't list the -z option). (adsr)
|
. Fixed bug GH-9669 (phpdbg -h options doesn't list the -z option). (adsr)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue