Update php

This commit is contained in:
Kayou 2020-04-12 20:03:09 +02:00 committed by GitHub
parent 6c9187e7e4
commit b20b7f3a85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,9 +2,8 @@
# Declare the actual php version to use.
# A packager willing to use another version of php can override the variable into its _common.sh.
if [ -n "${YNH_DEFAULT_PHP_VERSION:-}" ]; then
YNH_PHP_VERSION=${YNH_PHP_VERSION:-YNH_DEFAULT_PHP_VERSION}
fi
YNH_DEFAULT_PHP_VERSION=${YNH_DEFAULT_PHP_VERSION:-7.0}
YNH_PHP_VERSION=${YNH_PHP_VERSION:-YNH_DEFAULT_PHP_VERSION}
# Create a dedicated php-fpm config
#