1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 07:58:20 +02:00

NEWS: Add entry for GH-8805

[ci skip]

Signed-off-by: Anatol Belski <ab@php.net>
This commit is contained in:
Anatol Belski
2022-09-18 15:43:12 +02:00
parent 224ca5588a
commit eba3be4d38
+4
View File
@@ -8,6 +8,10 @@ PHP NEWS
- Date:
. Fixed bug with parsing large negative numbers with the @ notation. (Derick)
- Fileinfo:
. Fixed bug GH-8805 (finfo returns wrong mime type for woff/woff2 files).
(Anatol)
- Sockets:
. Fixed socket constants regression as of PHP 8.2.0beta3. (Bruce Dou)