#!/bin/sh

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

exit 1
