These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Next you will need to copy the files into your PHP extension directory. This will be different on different distros and with different PHP versions. So to find it, run:
To install IonCube, you first need to download and extract the files:
Next you will need to copy the files into your PHP extension directory. This will be different on different distros and with different PHP versions. So to find it, run:
The output will be similar to:
Now copy the IonCube file matching your PHP version to that directory. You can do so with:
Then, in order for FPM to correctly find the extension, create a file named
/etc/php5/fpm/conf.d/00-ioncube.ini
with the contents:Finally, restart PHP-FPM using
service php5-fpm restart
This comment has been deleted