From bdd7b954ad27bb276a0ef0a81d4640ea7e1dab66 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Aug 2012 11:33:57 +0200 Subject: php-pear: sync with rawhide --- pecl.sh | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'pecl.sh') diff --git a/pecl.sh b/pecl.sh index 9cfa665..0b6d757 100644 --- a/pecl.sh +++ b/pecl.sh @@ -1,4 +1,9 @@ #!/bin/sh -export PHP_PEAR_SYSCONF_DIR=@CONFDIR@ -exec @BINDIR@/php -C -n -q -d include_path=@PEARDIR@ \ - -d output_buffering=1 @PEARDIR@/peclcmd.php "$@" +exec /usr/bin/php -C -n -q \ + -d include_path=/usr/share/pear \ + -d date.timezone=UTC \ + -d output_buffering=1 \ + -d variables_order=EGPCS \ + -d safe_mode=0 \ + -d register_argc_argv="On" \ + /usr/share/pear/peclcmd.php "$@" -- cgit