Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/crujera27/install-ioncube-ubuntu
- Owner: Crujera27
- License: mit
- Created: 2023-08-25T16:07:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-10T19:51:51.000Z (about 1 month ago)
- Last Synced: 2024-11-18T22:40:10.885Z (1 day ago)
- Topics: install, installation, installer, installer-script, ioncube, loader, nginx, php, php7, php74, php8, script, ubuntu, unofficial
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
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) ```