[skip ci] Fix release dates on NEWS

This commit is contained in:
Pierrick Charron 2025-03-13 13:50:06 -04:00
parent e624364967
commit a3aaedc76c
No known key found for this signature in database
GPG key ID: 286AF1F9897469DC

6
NEWS
View file

@ -162,7 +162,7 @@ PHP NEWS
. Fix memory leak when encoding check fails. (nielsdos) . Fix memory leak when encoding check fails. (nielsdos)
. Fix zlib support for large files. (nielsdos) . Fix zlib support for large files. (nielsdos)
30 Jan 2025, PHP 8.4.4 13 Feb 2025, PHP 8.4.4
- Core: - Core:
. Fixed bug GH-17234 (Numeric parent hook call fails with assertion). . Fixed bug GH-17234 (Numeric parent hook call fails with assertion).
@ -281,7 +281,7 @@ PHP NEWS
. Fixed bug GH-17139 (Fix zip_entry_name() crash on invalid entry). . Fixed bug GH-17139 (Fix zip_entry_name() crash on invalid entry).
(nielsdos) (nielsdos)
02 Jan 2025, PHP 8.4.3 16 Jan 2025, PHP 8.4.3
- BcMath: - BcMath:
. Fixed bug GH-17049 (Correctly compare 0 and -0). (Saki Takamachi) . Fixed bug GH-17049 (Correctly compare 0 and -0). (Saki Takamachi)
@ -410,7 +410,7 @@ PHP NEWS
- XML: - XML:
. Fixed bug GH-1718 (unreachable program point in zend_hash). (nielsdos) . Fixed bug GH-1718 (unreachable program point in zend_hash). (nielsdos)
05 Dec 2024, PHP 8.4.2 19 Dec 2024, PHP 8.4.2
- BcMath: - BcMath:
. Fixed bug GH-16978 (Avoid unnecessary padding with leading zeros). . Fixed bug GH-16978 (Avoid unnecessary padding with leading zeros).