#!/bin/sh

exec /usr/bin/php80/bin/php -C -d include_path=/usr/share/php80/pear \
    -d date.timezone=UTC \
    -d output_buffering=1 /usr/share/php80/pear/pearcmd.php "$@"
