Add PHP 5.3 support

This commit is contained in:
cytopia
2018-05-12 16:03:43 +02:00
parent 58952f884a
commit 87edcfdcdc
13 changed files with 64 additions and 17 deletions

View File

@ -40,12 +40,13 @@ It will look something like this:
:caption: .env
:emphasize-lines: 5
#PHP_SERVER=5.3
#PHP_SERVER=5.4
#PHP_SERVER=5.5
#PHP_SERVER=5.6
#PHP_SERVER=7.0
PHP_SERVER=7.1
#PHP_SERVER=7.1
#PHP_SERVER=7.2
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
@ -61,12 +62,13 @@ In order to enable PHP 5.5, you would change the ``.env`` file like this:
:caption: .env
:emphasize-lines: 2
#PHP_SERVER=5.3
#PHP_SERVER=5.4
PHP_SERVER=5.5
#PHP_SERVER=5.6
#PHP_SERVER=7.0
#PHP_SERVER=7.1
#PHP_SERVER=7.1
#PHP_SERVER=7.2
Start the Devilbox
@ -97,12 +99,13 @@ Consider this ``.env`` file:
:caption: .env
:emphasize-lines: 2,4
#PHP_SERVER=5.3
#PHP_SERVER=5.4
PHP_SERVER=5.5
#PHP_SERVER=5.6
PHP_SERVER=7.0
#PHP_SERVER=7.1
#PHP_SERVER=7.1
#PHP_SERVER=7.2
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.

View File

@ -0,0 +1,6 @@
.. _custom_apache_modules:
*********************
Custom Apache modules
*********************

View File

@ -0,0 +1,5 @@
.. _custom_php_modules:
******************
Custom PHP modules
******************

View File

@ -0,0 +1,11 @@
.. _tutorial_sync_local_and_devilbox_mysql_server:
************************************
Sync local and Devilbox MySQL server
************************************
symlink
.. seealso:: best-practice move data out