config_query PHP5_RC "Install latest Release Candidate version?" n &&

if [[ "${PHP5_RC}" != "y" ]]; then
    config_query PHP5_ALPHA "Install the latest alpha version?" n

    if [[ "${PHP5_ALPHA}" != "y" ]]; then
        message "For more information on Suhosin patchset see: http://www.hardened-php.net/suhosin/" &&
        config_query PHP5_SUHOSIN "Do you want tho suhosin patchset enabled?" n
    fi
fi
