From f9f381340a48ec87fab65b1166e6b51b9f31b689 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Sat, 29 Jun 2024 15:39:11 +0200 Subject: [PATCH] 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] https://github.com/GNOME/libxml2/commit/130436917c362d14f0eb3705a0edddc523a9640e --- ext/libxml/php_libxml2.def | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/libxml/php_libxml2.def b/ext/libxml/php_libxml2.def index 5980df8bf889..06c05f188e8f 100644 --- a/ext/libxml/php_libxml2.def +++ b/ext/libxml/php_libxml2.def @@ -345,7 +345,6 @@ xmlElemDump xmlEncodeEntities xmlEncodeEntitiesReentrant xmlEncodeSpecialChars -xmlErrMemory xmlFileClose xmlFileMatch xmlFileOpen