mod_php_install.sh: Set symlink php-major-version --> php-version is now the default.

This commit is contained in:
Christoph 2018-05-14 02:43:26 +02:00
parent 54b4ecdb09
commit 7940c01940

View File

@ -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