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

if [[ $PHP5_BRANCH != alpha ]] && [[ $PHP5_BRANCH != rc ]]; then
  message "For more information on Suhosin patchset see: http://www.hardened-php.net/suhosin/" &&
  message "${MESSAGE_COLOR}Currently the Suhosin patchset forces version 5.2 of php${DEFAULT_COLOR}" &&
  config_query PHP5_SUHOSIN "Do you want the Suhosin patchset enabled?" n
fi
