summaryrefslogtreecommitdiffstats
path: root/php-pear/php/PREPARE
blob: 9098800da027bf3e2e6d98ea586f95f15edcaab2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
. ${GRIMOIRE}/FUNCTIONS &&

prepare_select_branch \
                              stable \
                              previous \
                              legacy &&

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