Skip to content

Commit be77eb8

Browse files
author
Jordan Hall
committed
Readme improvements
1 parent 20f625e commit be77eb8

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
# PHP Switch Scripts
1+
# 🔄 PHP Switch Scripts
22

33
These scripts are designed to aid in the setup of and switching between multiple PHP versions in Ubuntu 16.04 LTS.
44

5-
Currently they support switching to the following versions of PHP:
5+
<img src="assets/images/usage.png" />
66

7-
* 5.6
8-
* 7.0
9-
* 7.1
10-
* 7.2
117

128
Please note that these scripts install packages from a third-party repository, provided by [Ondřej Surý](https://twitter.com/oerdnj). More details are available at the repository's [website](https://deb.sury.org/), [PPA page on Launchpad](https://launchpad.net/~ondrej/+archive/ubuntu/php/) and [Twitter account](https://twitter.com/debsuryorg).
139

@@ -59,6 +55,8 @@ Once setup is complete, you can easily switch between different PHP versions usi
5955
```
6056
./switch-to-php-5.6.sh
6157
./switch-to-php-7.0.sh
58+
./switch-to-php-7.1.sh
59+
./switch-to-php-7.2.sh
6260
```
6361

6462
This will alter the versions of PHP running in Apache and the command line. Your password will be required to enable/disable Apache modules, restart the web server and alter the default PHP CLI version.

assets/images/usage.png

45.5 KB
Loading

0 commit comments

Comments
 (0)