#!/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 "$@"