summaryrefslogtreecommitdiffstats
path: root/pear.sh
blob: f600f6d62df71a4d407f6bea38ab9f245c77b67e (plain)
1
2
3
4
#!/bin/sh
export PHP_PEAR_SYSCONF_DIR=@CONFDIR@
exec @BINDIR@/php -C -d include_path=@PEARDIR@ \
    -d output_buffering=1 @PEARDIR@/pearcmd.php "$@"