1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

NEWS: Add note about #11891

[ci skip]

Signed-off-by: Anatol Belski <ab@php.net>
This commit is contained in:
Anatol Belski
2023-09-30 19:19:44 +02:00
parent 36d7d4d17a
commit 31a44c8ca7

3
NEWS
View File

@@ -9,6 +9,9 @@ PHP NEWS
- DOM:
. Restore old namespace reconciliation behaviour. (nielsdos)
- Fileinfo:
. Fixed bug GH-11891 (fileinfo returns text/xml for some svg files). (usarise)
- LibXML:
. Fix compile error with -Werror=incompatible-function-pointer-types and
old libxml2. (nielsdos)