mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +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:
|
||||
. 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)
|
||||
|
|
|
@ -345,7 +345,6 @@ xmlElemDump
|
|||
xmlEncodeEntities
|
||||
xmlEncodeEntitiesReentrant
|
||||
xmlEncodeSpecialChars
|
||||
xmlErrMemory
|
||||
xmlFileClose
|
||||
xmlFileMatch
|
||||
xmlFileOpen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue