From 1af327c9e25653904943a318747dcfc24ec6531c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Apr 2014 19:12:35 +0200 Subject: php-pear: better fix to detect xml.so --- pecl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pecl.sh') diff --git a/pecl.sh b/pecl.sh index cb55ef9..fbb999a 100644 --- a/pecl.sh +++ b/pecl.sh @@ -1,6 +1,6 @@ #!/bin/sh EXT="-d extension=posix.so" -DIR=$(/usr/bin/php -r 'echo ini_get("extension_dir");') +DIR=$(/usr/bin/php -n -r 'echo ini_get("extension_dir");') if [ -f $DIR/xml.so ] ; then EXT="$EXT -d extension=xml.so" fi -- cgit