. ${GRIMOIRE}/FUNCTIONS &&

config_query_list PHP5_BRANCH "Which branch?" \
                              stable \
                              previous \
                              legacy \
                              rc     \
                              alpha &&

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