mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
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:
parent
42908f9f68
commit
b08def5156
2 changed files with 3 additions and 1 deletions
3
NEWS
3
NEWS
|
@ -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)
|
||||||
|
|
|
@ -345,7 +345,6 @@ xmlElemDump
|
||||||
xmlEncodeEntities
|
xmlEncodeEntities
|
||||||
xmlEncodeEntitiesReentrant
|
xmlEncodeEntitiesReentrant
|
||||||
xmlEncodeSpecialChars
|
xmlEncodeSpecialChars
|
||||||
xmlErrMemory
|
|
||||||
xmlFileClose
|
xmlFileClose
|
||||||
xmlFileMatch
|
xmlFileMatch
|
||||||
xmlFileOpen
|
xmlFileOpen
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue