#!/bin/sh
if [ -x /usr/bin/zts-php ]
then exec /usr/bin/zts-php -d extension=wxwidgets.so "$@"
else echo "zts-php not available on this system"
fi
