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