[packages/php/PHP_5_3] Rel 68; libxml2 fix

arekm arekm at pld-linux.org
Mon Jul 14 17:06:30 CEST 2025


commit 085ff48c46ec4b79432f9611002aed53d32ad528
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 17:06:24 2025 +0200

    Rel 68; libxml2 fix

 libxml2.patch | 17 +++++++++++++++++
 php.spec      |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/php.spec b/php.spec
index 4d98368..1e291f8 100644
--- a/php.spec
+++ b/php.spec
@@ -143,7 +143,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %undefine	with_alternatives
 %endif
 
-%define		rel	67
+%define		rel	68
 %define		orgname	php
 %define		ver_suffix 53
 %define		php_suffix %{!?with_default_php:%{ver_suffix}}
diff --git a/libxml2.patch b/libxml2.patch
index a3e71ba..87a77c4 100644
--- a/libxml2.patch
+++ b/libxml2.patch
@@ -73,3 +73,20 @@ index 749f5a5685ec2..b731114775ad7 100644
  {
  	nodeIterator *priv = (nodeIterator *)data;
  
+diff --git a/ext/libxml/libxml.c b/ext/libxml/libxml.c
+index 6cdfbd397f7..dc5e7790952 100644
+--- a/ext/libxml/libxml.c
++++ b/ext/libxml/libxml.c
+@@ -430,8 +430,10 @@ php_libxml_input_buffer_create_filename(const char *URI, xmlCharEncoding enc)
+ static xmlOutputBufferPtr
+ php_libxml_output_buffer_create_filename(const char *URI,
+                               xmlCharEncodingHandlerPtr encoder,
+-                              int compression ATTRIBUTE_UNUSED)
++                              int compression)
+ {
++	
++
+ 	xmlOutputBufferPtr ret;
+ 	xmlURIPtr puri;
+ 	void *context = NULL;
+
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/085ff48c46ec4b79432f9611002aed53d32ad528



More information about the pld-cvs-commit mailing list