Skip to content

Commit b63b100

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix GH-14563: Build failure with libxml2 v2.13.0
2 parents 0a1f51d + b08def5 commit b63b100

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ PHP NEWS
1212
- Dom:
1313
. Fixed bug GH-14702 (DOMDocument::xinclude() crash). (nielsdos)
1414

15+
- LibXML:
16+
. Fixed bug GH-14563 (Build failure with libxml2 v2.13.0). (nielsdos)
17+
1518
- Phar:
1619
. Fixed bug GH-14603 (null string from zip entry).
1720
(David Carlier)

ext/libxml/php_libxml2.def

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ xmlElemDump
345345
xmlEncodeEntities
346346
xmlEncodeEntitiesReentrant
347347
xmlEncodeSpecialChars
348-
xmlErrMemory
349348
xmlFileClose
350349
xmlFileMatch
351350
xmlFileOpen

0 commit comments

Comments
 (0)