4 lines
142 B
Bash
4 lines
142 B
Bash
#!/bin/sh
|
|
exec /usr/bin/php -d memory_limit="-1" -C -q -d include_path=@LIBDIR@/php \
|
|
-d output_buffering=1 @LIBDIR@/php/pearcmd.php "$@"
|