Control Web Panel
WebPanel => PHP Selector => Topic started by: pipoy on July 19, 2023, 12:45:49 AM
-
Has anyone here also having the same issue?
I have enabled Ioncube with both php and php-fpm with successful install.
But when I load my website, it says ionCube PHP Loader needs to be installed.
Other php version seems to be working. Only with PHP8.
-
If I'm not mistaken, ionCube Loader does not currently support PHP 8.0
-
The ionCube Loader is a PHP extension that decodes and executes encoded files at run-time. It is not available when running PHP 8.0, but it is supported on PHP 8.1. If you are running PHP 8.0 and want to use ionCube, you must change the PHP version to 8.1 (or an earlier version, such as 7.4).
https://www.a2hosting.com/kb/developer-corner/php/ioncube-php-loader-unavailable-on-php-8/#:~:text=The%20ionCube%20Loader%20is%20a,version%2C%20such%20as%207.4). (https://www.a2hosting.com/kb/developer-corner/php/ioncube-php-loader-unavailable-on-php-8/#:~:text=The%20ionCube%20Loader%20is%20a,version%2C%20such%20as%207.4).)
-
Ditto.
IonCube skipped PHP 8.0.x, and only supports 8.1.x
https://blog.ioncube.com/2022/08/12/ioncube-php-8-1-support-faq-were-almost-ready/