Adding: PHP-FPM 7.3

This commit is contained in:
cytopia
2018-05-13 17:21:32 +02:00
parent ea0ec54aad
commit 93024c39f1
10 changed files with 51 additions and 8 deletions

View File

@ -47,6 +47,7 @@ It will look something like this:
#PHP_SERVER=7.0
PHP_SERVER=7.1
#PHP_SERVER=7.2
#PHP_SERVER=7.3
As you can see, all available values are already there, but commented. Only one is uncommented.
In this example it is ``7.1``, which is the PHP version that will be started, once the Devilbox
@ -69,6 +70,7 @@ In order to enable PHP 5.5, you would change the ``.env`` file like this:
#PHP_SERVER=7.0
#PHP_SERVER=7.1
#PHP_SERVER=7.2
#PHP_SERVER=7.3
Start the Devilbox
@ -106,6 +108,7 @@ Consider this ``.env`` file:
PHP_SERVER=7.0
#PHP_SERVER=7.1
#PHP_SERVER=7.2
#PHP_SERVER=7.3
Both, PHP 5.4 and PHP 7.0 are uncommented, however, when you start the Devilbox, it will use
PHP 7.0 as this value overwrites any previous ones.