Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crujera27/install-ioncube-ubuntu

Unofficial Installation Script for the IonCube Loader on Ubuntu
https://github.com/crujera27/install-ioncube-ubuntu

install installation installer installer-script ioncube loader nginx php php7 php74 php8 script ubuntu unofficial

Last synced: 1 day ago
JSON representation

Unofficial Installation Script for the IonCube Loader on Ubuntu

Awesome Lists containing this project

README

        

# Ioncube installer for Ubuntu (nginx)

Initially, I developed this script out of the need to streamline the installation process across multiple systems. Subsequently, I decided to share it, and it is intended for use specifically on Ubuntu 22 with a pre-existing installation of Nginx.

# Supported PHP Versions
| Version | Supported |
|--|--|
| php8.3 | 🟢 |
| php8.2 | 🟢 |
| php8.1 | 🟢 |
| php8.0 | 🟢 |
| php7.4 | 🟢 The script was originally made to support this version |
| php7.3 | 🟢 |
| php7.2 | 🟢 |
| php5| 🔴Probably won't be supported |
| php4| 🔴Probably won't be supported |

# Deployment and Execution of the Script

``` bash <(curl -s https://raw.githubusercontent.com/Crujera27/install-ioncube-ubuntu/main/install-ioncube.sh) ```