[packages/php-pear-PEAR] remove debug

glen glen at pld-linux.org
Wed May 14 18:28:46 CEST 2014


commit 53226432f6b81d93b5ded78f22d0a93082b5bcc3
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed May 14 19:28:39 2014 +0300

    remove debug

 ext-check.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ext-check.patch b/ext-check.patch
index 440c847..d0a9b7c 100644
--- a/ext-check.patch
+++ b/ext-check.patch
@@ -7,7 +7,7 @@
 +// before trying anything deep, ensure base extensions are present
 +// this avoids debugging problems with bogus error messages, which really are
 +// caused by missing extension
-+foreach (array('pcre', 'zlib', 'xml2') as $ext) {
++foreach (array('pcre', 'zlib', 'xml') as $ext) {
 +	if (!extension_loaded($ext)) {
 +		error_log("$argv[0] requires PHP extension $ext.");
 +		exit(1);
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pear-PEAR.git/commitdiff/53226432f6b81d93b5ded78f22d0a93082b5bcc3



More information about the pld-cvs-commit mailing list