summaryrefslogtreecommitdiffstats
path: root/php-pear/php/PREPARE
diff options
context:
space:
mode:
Diffstat (limited to 'php-pear/php/PREPARE')
-rwxr-xr-xphp-pear/php/PREPARE5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pear/php/PREPARE b/php-pear/php/PREPARE
index 353276ba36..4e53391364 100755
--- a/php-pear/php/PREPARE
+++ b/php-pear/php/PREPARE
@@ -1,10 +1,13 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+
config_query_list PHP5_BRANCH "Which branch?" \
stable \
+ previous \
legacy \
rc \
alpha &&
-if [[ $PHP5_BRANCH != alpha ]] && [[ $PHP5_BRANCH != rc ]]; then
+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