#!/bin/sh

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

exit 1
