[packages/php/PHP_5_4] add fix for libxml2 >= 2.9.8

atler atler at pld-linux.org
Thu Jan 30 12:42:01 CET 2025


commit 2eb47ba96d8fbbd45171870ae4ca579ebf0295fe
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 fa50dc9..98fdf90 100644
--- a/php.spec
+++ b/php.spec
@@ -229,7 +229,7 @@ Patch72:	mysqli-err.patch
 Patch73:	openssl.patch
 Patch74:	php-icu64.patch
 Patch75:	icu69.patch
-Patch76:	libxml2-2.12.patch
+Patch76:	libxml2.patch
 Patch77:	configure.patch
 Patch78:	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/3eb67af7ec196c2bcb3e4022f9109250626c7e13



More information about the pld-cvs-commit mailing list