[packages/php4] Rel 77; latest libxml2 dropped SAX.h api which php4 xml stuff relied on, so disable it in php

arekm arekm at pld-linux.org
Wed Jul 30 08:15:10 CEST 2025


commit 57c1e8af27b897d515689c705252a8c140890554
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Jul 30 08:14:52 2025 +0200

    Rel 77; latest libxml2 dropped SAX.h api which php4 xml stuff relied on, so disable it in php

 php4.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/php4.spec b/php4.spec
index 0a32c21..a4d0a99 100644
--- a/php4.spec
+++ b/php4.spec
@@ -20,7 +20,7 @@
 %bcond_with	oracle		# with oracle extension module		(BR: proprietary libs)
 %bcond_without	cpdf		# without cpdf extension module
 %bcond_without	curl		# without CURL extension module
-%bcond_without	domxslt		# without DOM XSLT/EXSLT support in DOM XML extension module
+%bcond_with	domxslt		# without DOM XSLT/EXSLT support in DOM XML extension module
 %bcond_with	fribidi		# without FriBiDi extension module (use pecl-fribidi)
 %bcond_without	imap		# without IMAP extension module
 %bcond_without	interbase	# without InterBase extension module
@@ -43,7 +43,7 @@
 %bcond_without	snmp		# without SNMP extension module
 %bcond_without	sybase		# without Sybase and Sybase-CT extension modules
 %bcond_without	wddx		# without WDDX extension module
-%bcond_without	xml		# without XML and DOMXML extension modules
+%bcond_with	xml		# without XML and DOMXML extension modules
 %bcond_without	xmlrpc		# without XML-RPC extension module
 %bcond_with     system_xmlrpc_epi       # use system xmlrpc-epi library (broken on 64bit arches, see http://bugs.php.net/41611)
 %bcond_without	xslt		# without XSLT extension module
@@ -73,7 +73,7 @@
 %undefine	with_msession
 %endif
 
-%define		rel 76
+%define		rel 77
 Summary:	PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):	Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):	Język skryptowy PHP
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php4.git/commitdiff/57c1e8af27b897d515689c705252a8c140890554



More information about the pld-cvs-commit mailing list