From 7940c01940d30157c6293753850a8255064de952 Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 14 May 2018 02:43:26 +0200 Subject: [PATCH] mod_php_install.sh: Set symlink php-major-version --> php-version is now the default. --- mod_php_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_php_install.sh b/mod_php_install.sh index 092ee53..0282cfc 100755 --- a/mod_php_install.sh +++ b/mod_php_install.sh @@ -18,7 +18,7 @@ _pwd=`pwd` _PHP_FPM_SUPPORT=yes _SYMLINK_PHP=no -_SYMLINK_PHP_MAIN_VERSION=no +_SYMLINK_PHP_MAIN_VERSION=yes _MEMORY_LIMIT="512M" _MAX_EXECUTION_TIME=180