summaryrefslogtreecommitdiffstats
path: root/pecl.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-08-13 11:33:57 +0200
committerRemi Collet <fedora@famillecollet.com>2012-08-13 11:33:57 +0200
commitbdd7b954ad27bb276a0ef0a81d4640ea7e1dab66 (patch)
tree80f2b54273dc1db63b0a7b419962e434b261f1f7 /pecl.sh
parent0bf18fff7dff14f81c4ba0b16cab92b42b3861f7 (diff)
php-pear: sync with rawhide
Diffstat (limited to 'pecl.sh')
-rw-r--r--pecl.sh11
1 files changed, 8 insertions, 3 deletions
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 "$@"