#!/bin/sh
if [ -L /usr/bin/php ] && [ "$(readlink /usr/bin/php)" = "/usr/bin/php-zts" ]; then
    rm -f /usr/bin/php
fi