Create README.md

This commit is contained in:
VirtuBox 2018-09-19 12:44:14 +02:00 committed by GitHub
parent 0fd39a5752
commit 620e663e42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
apps/ioncube/README.md Normal file
View File

@ -0,0 +1,20 @@
# Ioncube loader installer
## Install ioncube loader for php5.6, php7.0, php7.1 or php7.2 on Ubuntu
* tested on Ubuntu 16.04 LTS & 18.04 LTS
### Usage
```bash
bash <(wget -qO - https://raw.githubusercontent.com/VirtuBox/bash-scripts/master/apps/ioncube/ioncube.sh) <PHP VERSION>
```
Example for php7.0 :
```bash
bash <(wget -qO - https://raw.githubusercontent.com/VirtuBox/bash-scripts/master/apps/ioncube/ioncube.sh) 7.0
```
If php version is not set as argument, the script will automatically install ioncube for the newest php version installed