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

atler atler at pld-linux.org
Thu Jan 30 14:30:45 CET 2025


commit 1e18a1e0d3254c2ed6e22074aa7be4da4ba8393b
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 4d19a95..c53deda 100644
--- a/php.spec
+++ b/php.spec
@@ -252,7 +252,7 @@ Patch75:	openssl.patch
 Patch76:	php-bug-61930.patch
 Patch77:	php-icu64.patch
 Patch78:	icu69.patch
-Patch79:	libxml2-2.12.patch
+Patch79:	libxml2.patch
 Patch80:	configure.patch
 Patch81:	types.patch
 # Fixes for security bugs
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/fa45464d430906614c2c00fb7f0736ecec41f51f



More information about the pld-cvs-commit mailing list