summaryrefslogtreecommitdiffstats
path: root/peardev.sh
blob: 327bd47f0a97a5fc2dffcf731a0dc23e1e5dedc7 (plain)
1
2
3
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 "$@"