We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a1f51d + b08def5 commit b63b100Copy full SHA for b63b100
NEWS
@@ -12,6 +12,9 @@ PHP NEWS
12
- Dom:
13
. Fixed bug GH-14702 (DOMDocument::xinclude() crash). (nielsdos)
14
15
+- LibXML:
16
+ . Fixed bug GH-14563 (Build failure with libxml2 v2.13.0). (nielsdos)
17
+
18
- Phar:
19
. Fixed bug GH-14603 (null string from zip entry).
20
(David Carlier)
ext/libxml/php_libxml2.def
@@ -345,7 +345,6 @@ xmlElemDump
345
xmlEncodeEntities
346
xmlEncodeEntitiesReentrant
347
xmlEncodeSpecialChars
348
-xmlErrMemory
349
xmlFileClose
350
xmlFileMatch
351
xmlFileOpen
0 commit comments