summaryrefslogtreecommitdiffstats
path: root/pear.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pear.sh')
-rw-r--r--pear.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/pear.sh b/pear.sh
new file mode 100644
index 0000000..f600f6d
--- /dev/null
+++ b/pear.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+export PHP_PEAR_SYSCONF_DIR=@CONFDIR@
+exec @BINDIR@/php -C -d include_path=@PEARDIR@ \
+ -d output_buffering=1 @PEARDIR@/pearcmd.php "$@"