File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# 🔄 PHP Switch Scripts
2
2
3
- These scripts are designed to aid in the setup of and switching between multiple PHP versions in Ubuntu 16 .04 LTS.
3
+ These scripts are designed to aid in the setup of and switching between multiple PHP versions in Ubuntu 14 .04 LTS or newer .
4
4
5
5
<img src =" assets/images/usage.png " />
6
6
@@ -9,7 +9,7 @@ Please note that these scripts install packages from a third-party repository, p
9
9
10
10
## Requirements
11
11
12
- * Ubuntu 16 .04.* LTS
12
+ * Ubuntu 14 .04.* LTS or newer
13
13
* Apache 2.4.*
14
14
15
15
You can check you have the required versions by running the following command.
@@ -21,7 +21,7 @@ lsb_release -a | grep Ubuntu && apache2 -v | grep Apache
21
21
You should see something similar to the below.
22
22
23
23
```
24
- Description: Ubuntu 16 .04.3 LTS
24
+ Description: Ubuntu 14 .04.5 LTS
25
25
Server version: Apache/2.4.18 (Ubuntu)
26
26
```
27
27
You can’t perform that action at this time.
0 commit comments