From 1d23576a710a154a650068969d285256bb45482e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Apr 2014 09:47:31 +0200 Subject: php-pear: fix xml.so is shared only with php 5.5+ --- peardev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'peardev.sh') diff --git a/peardev.sh b/peardev.sh index 340c31b..dfc2778 100644 --- a/peardev.sh +++ b/peardev.sh @@ -1,5 +1,5 @@ #!/bin/sh -exec /usr/bin/php -C -q \ +exec /usr/bin/php -C \ -d memory_limit="-1" \ -d include_path=/usr/share/pear \ -d date.timezone=UTC \ -- cgit