[packages/php/PHP_7_0] Rel 23; libxml2 fix
arekm
arekm at pld-linux.org
Mon Jul 14 16:20:41 CEST 2025
commit 9f4cd6655bb5332db236017d920107d3ecabf06e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 16:20:36 2025 +0200
Rel 23; libxml2 fix
libxml2.patch | 17 +++++++++++++++++
php.spec | 2 +-
2 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/php.spec b/php.spec
index e2d7aa1..86e4012 100644
--- a/php.spec
+++ b/php.spec
@@ -150,7 +150,7 @@ Summary(ru.UTF-8): PHP Версии 7 - язык препроцессирова
Summary(uk.UTF-8): PHP Версії 7 - мова препроцесування HTML-файлів, виконувана на сервері
Name: %{orgname}%{php_suffix}
Version: 7.0.33
-Release: 22
+Release: 23
Epoch: 4
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
diff --git a/libxml2.patch b/libxml2.patch
index 48b2505..0c02f62 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)
+ {
++ php_ignore_value(compression);
++
+ xmlOutputBufferPtr ret;
+ xmlURIPtr puri;
+ void *context = NULL;
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/9f4cd6655bb5332db236017d920107d3ecabf06e
More information about the pld-cvs-commit
mailing list