Skip to content

Commit

Permalink
Move NEWS entry to PHP 8.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Jul 5, 2022
1 parent e67336f commit 6c29ac3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions NEWS
Expand Up @@ -6,10 +6,6 @@ PHP NEWS
. Fixed bug #80047 (DatePeriod doesn't warn with custom DateTimeImmutable).
(Derick)

- Fileinfo:
. Fixed bug #81723 (Heap buffer overflow in finfo_buffer). (CVE-2022-31627)
(cmb)

- FPM:
. Fixed zlog message prepend, free on incorrect address. (Heiko Weber)

Expand Down Expand Up @@ -56,12 +52,16 @@ PHP NEWS
. Fixed bug #78139 (timezone_open accepts invalid timezone string argument).
(Derick)

- GD:
. Fixed imagecreatefromavif() memory leak. (cmb)
- Fileinfo:
. Fixed bug #81723 (Heap buffer overflow in finfo_buffer). (CVE-2022-31627)
(cmb)

- FPM:
. Fixed bug #67764 (fpm: syslog.ident don't work). (Jakub Zelenka)

- GD:
. Fixed imagecreatefromavif() memory leak. (cmb)

- MBString:
. mb_detect_encoding recognizes all letters in Czech alphabet (alexdowad)
. mb_detect_encoding recognizes all letters in Hungarian alphabet (alexdowad)
Expand Down

0 comments on commit 6c29ac3

Please sign in to comment.