#!/bin/sh
if [ ! -e /usr/bin/php ]; then
    ln -sf /usr/bin/php-zts /usr/bin/php
fi