summaryrefslogtreecommitdiffstats
path: root/peardev.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-06-10 07:17:36 +0200
committerRemi Collet <fedora@famillecollet.com>2012-06-10 07:17:36 +0200
commit0bf18fff7dff14f81c4ba0b16cab92b42b3861f7 (patch)
tree2bacbfde4baf2d3d0c98a1a9cad5137dab352db7 /peardev.sh
repo reorg
Diffstat (limited to 'peardev.sh')
-rw-r--r--peardev.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/peardev.sh b/peardev.sh
new file mode 100644
index 0000000..327bd47
--- /dev/null
+++ b/peardev.sh
@@ -0,0 +1,4 @@
+#!/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 "$@"