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