summaryrefslogtreecommitdiffstats
path: root/php-pear/pecl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'php-pear/pecl.sh')
-rw-r--r--php-pear/pecl.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/php-pear/pecl.sh b/php-pear/pecl.sh
new file mode 100644
index 0000000..f150dd0
--- /dev/null
+++ b/php-pear/pecl.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+exec /usr/bin/php -C \
+ -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 "$@"