diff --git a/NEWS b/NEWS index 5623652830d..74b925bf113 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,9 @@ PHP NEWS - Dom: . Fixed bug GH-14702 (DOMDocument::xinclude() crash). (nielsdos) +- LibXML: + . Fixed bug GH-14563 (Build failure with libxml2 v2.13.0). (nielsdos) + - Phar: . Fixed bug GH-14603 (null string from zip entry). (David Carlier) diff --git a/ext/libxml/php_libxml2.def b/ext/libxml/php_libxml2.def index 5980df8bf88..06c05f188e8 100644 --- a/ext/libxml/php_libxml2.def +++ b/ext/libxml/php_libxml2.def @@ -345,7 +345,6 @@ xmlElemDump xmlEncodeEntities xmlEncodeEntitiesReentrant xmlEncodeSpecialChars -xmlErrMemory xmlFileClose xmlFileMatch xmlFileOpen