Merge pull request #1382 from desaroger/php-72-pr

Add PHP 7.2 support and fix issues on 5.6-7.0-7.1 versions
This commit is contained in:
Yu-Lung Shao (Allen)
2018-02-26 10:43:16 +08:00
committed by GitHub
14 changed files with 3180 additions and 8 deletions

View File

@ -8,9 +8,9 @@
APPLICATION=../
### PHP Version ########################################################################################################
# Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM). Accepted values: 71 - 70 - 56
# Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM). Accepted values: 72 - 71 - 70 - 56
PHP_VERSION=71
PHP_VERSION=72
### PHP Interpreter ####################################################################################################
# Select the PHP Interpreter. Accepted values: hhvm - php-fpm