Fix GH-14563: Build failure with libxml2 v2.13.0

Remove xmlErrMemory from the export section for Windows, this fixes the
build. Even though the original function was renamed [1] it is hidden,
so removing this should be sufficient and not be a BC break.

[1] 130436917c

Closes GH-14719.
This commit is contained in:
Niels Dossche 2024-06-29 15:39:11 +02:00
parent 42908f9f68
commit b08def5156
No known key found for this signature in database
GPG key ID: B8A8AD166DF0E2E5
2 changed files with 3 additions and 1 deletions

3
NEWS
View file

@ -12,6 +12,9 @@ PHP NEWS
- Dom: - Dom:
. Fixed bug GH-14702 (DOMDocument::xinclude() crash). (nielsdos) . Fixed bug GH-14702 (DOMDocument::xinclude() crash). (nielsdos)
- LibXML:
. Fixed bug GH-14563 (Build failure with libxml2 v2.13.0). (nielsdos)
- Phar: - Phar:
. Fixed bug GH-14603 (null string from zip entry). . Fixed bug GH-14603 (null string from zip entry).
(David Carlier) (David Carlier)

View file

@ -345,7 +345,6 @@ xmlElemDump
xmlEncodeEntities xmlEncodeEntities
xmlEncodeEntitiesReentrant xmlEncodeEntitiesReentrant
xmlEncodeSpecialChars xmlEncodeSpecialChars
xmlErrMemory
xmlFileClose xmlFileClose
xmlFileMatch xmlFileMatch
xmlFileOpen xmlFileOpen