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

[ci skip] NEWS

For acbdfd24ec.
This commit is contained in:
Niels Dossche
2023-11-28 08:19:46 +01:00
parent bea567674c
commit 6bd680b824

1
NEWS
View File

@@ -14,6 +14,7 @@ DOM:
(nielsdos)
. Fix cloning attribute with namespace disappearing namespace. (nielsdos)
. Implement DOM HTML5 parsing and serialization RFC. (nielsdos)
. Fix DOMElement->prefix with empty string creates bogus prefix. (nielsdos)
FTP:
. Removed the deprecated inet_ntoa call support. (David Carlier)