b55022
#!/bin/sh
b55022
exec /usr/bin/php -C -q \
b55022
    -d memory_limit="-1" \
b55022
    -d include_path=/usr/share/pear \
b55022
    -d date.timezone=UTC \
b55022
    -d output_buffering=1 \
b55022
    -d variables_order=EGPCS \
b55022
    -d safe_mode=0 \
b55022
    -d register_argc_argv="On" \
b55022
    -d open_basedir="" \
b55022
    -d auto_prepend_file="" \
b55022
    -d auto_append_file=""  \
b55022
    /usr/share/pear/pearcmd.php "$@"