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 --- peardev.sh | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'peardev.sh') diff --git a/peardev.sh b/peardev.sh index 327bd47..340c31b 100644 --- a/peardev.sh +++ b/peardev.sh @@ -1,4 +1,13 @@ #!/bin/sh -export PHP_PEAR_SYSCONF_DIR=@CONFDIR@ -exec @BINDIR@/php -d memory_limit="-1" -C -q -d include_path=@PEARDIR@ \ - -d output_buffering=1 @PEARDIR@/pearcmd.php "$@" +exec /usr/bin/php -C -q \ + -d memory_limit="-1" \ + -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" \ + -d open_basedir="" \ + -d auto_prepend_file="" \ + -d auto_append_file="" \ + /usr/share/pear/pearcmd.php "$@" -- cgit