summaryrefslogtreecommitdiffstats
path: root/peardev.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 /peardev.sh
parent0bf18fff7dff14f81c4ba0b16cab92b42b3861f7 (diff)
php-pear: sync with rawhide
Diffstat (limited to 'peardev.sh')
-rw-r--r--peardev.sh15
1 files changed, 12 insertions, 3 deletions
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 "$@"