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

prepare_select_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