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