[packages/php/PHP_5_5] add fix for libxml2 >= 2.9.8
atler
atler at pld-linux.org
Thu Jan 30 03:08:42 CET 2025
commit 2f041935b8ccee658470e97efa31145918aa0641
Author: Jan Palus <atler at pld-linux.org>
Date: Sat Jan 25 14:13:32 2025 +0100
add fix for libxml2 >= 2.9.8
libxml2-2.12.patch => libxml2.patch | 11 +++++++++++
php.spec | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/php.spec b/php.spec
index 1fda205..8dc9344 100644
--- a/php.spec
+++ b/php.spec
@@ -227,7 +227,7 @@ Patch69: fpm-conf-split.patch
Patch70: php-icu64.patch
Patch71: icu69.patch
Patch72: icu70.patch
-Patch73: libxml2-2.12.patch
+Patch73: libxml2.patch
Patch74: configure.patch
Patch75: types.patch
URL: https://www.php.net/
diff --git a/libxml2-2.12.patch b/libxml2.patch
similarity index 84%
rename from libxml2-2.12.patch
rename to libxml2.patch
index 405b501..a3e71ba 100644
--- a/libxml2-2.12.patch
+++ b/libxml2.patch
@@ -62,3 +62,14 @@ index 749f5a5685ec2..b731114775ad7 100644
if (xmlErrorPtr) {
soap_error2(E_ERROR, "Parsing WSDL: Couldn't load from '%s' : %s", struri, xmlErrorPtr->message);
+--- php-7.0.33/ext/dom/dom_iterators.c.orig 2018-12-04 18:22:49.000000000 +0100
++++ php-7.0.33/ext/dom/dom_iterators.c 2025-01-25 12:49:14.486861211 +0100
+@@ -42,7 +42,7 @@
+ xmlNotation *notation;
+ };
+
+-static void itemHashScanner (void *payload, void *data, xmlChar *name) /* {{{ */
++static void itemHashScanner (void *payload, void *data, const xmlChar *name) /* {{{ */
+ {
+ nodeIterator *priv = (nodeIterator *)data;
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/a6b87e4f9cd97cf0189586b11bcfb1797322a3c4
More information about the pld-cvs-commit
mailing list