From 9e0f65b14770639c5cffb74a3b679417d08ac5f5 Mon Sep 17 00:00:00 2001 From: cytopia Date: Sat, 4 Aug 2018 13:22:06 +0200 Subject: [PATCH] Add PHP 5.2 information --- README.md | 34 +++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3f5d03bc..171e55b2 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Every single attachable container comes with many different versions. In order t 2.2 stable - 5.3 + 5.2[1] 5.5 5.5 5.5 @@ -147,7 +147,7 @@ Every single attachable container comes with many different versions. In order t 2.4 mainline - 5.4 + 5.3 5.6 10.0 5.6 @@ -159,7 +159,7 @@ Every single attachable container comes with many different versions. In order t - 5.5 + 5.4 5.7 10.1 5.7 @@ -171,7 +171,7 @@ Every single attachable container comes with many different versions. In order t - 5.6 + 5.5 8.0 10.2 @@ -183,7 +183,7 @@ Every single attachable container comes with many different versions. In order t - 7.0 + 5.6 10.3 @@ -195,7 +195,7 @@ Every single attachable container comes with many different versions. In order t - 7.1 + 7.0 @@ -207,7 +207,7 @@ Every single attachable container comes with many different versions. In order t - 7.2 + 7.1 @@ -216,6 +216,18 @@ Every single attachable container comes with many different versions. In order t latest + + + + 7.2 + + + + + + + + @@ -231,6 +243,14 @@ Every single attachable container comes with many different versions. In order t +[1] PHP 5.2 is available to use, but it is not officially supported. The Devilbox intranet does not work with this version as PHP 5.2 does not support namespaces. +Furthermore PHP 5.2 does only work with Apache 2.4, Nginx stable and Nginx mainline. It does not work with Apache 2.2. Use at your own risk. + +> **See documentation:** +> +> * [Change container versions](https://devilbox.readthedocs.io/en/latest/getting-started/change-container-versions.html) + + #### Enter the container You can also work directly inside the php container. Simply use the bundled scripts `shell.sh`. The `PS1` will automatically be populated with current chosen php version.