Created
May 21, 2023 11:23
-
-
Save aditnanda/1b0d7ce737795f8e1b0c627c9693ee63 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Download the files related to your operating system from the official website, | |
| https://www.ioncube.com/loaders.php | |
| Put the so file of the corresponding php version into /usr/local/ioncube/ and then add configuration content to the corresponding php version configuration file | |
| Such as the so file of php8.1: /usr/local/ioncube/ioncube_loader_lin_8.1.so | |
| The configuration file adds: | |
| ;ionCube | |
| zend_extension = /usr/local/ioncube/ioncube_loader_lin_8.1.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment