Issue
How to install the ionCube Loader for alt-php versions.
Environment
- CloudLinux
- Ioncube Loader
- Alt-php
Solution
If you wish to install extensions for alt-php, this must be done via the command line. For example, to install the ionCube Loader for a specific alt-php version, use the following command:
yum install alt-phpXX-ioncube-loader
Replace XX with the desired version number (e.g., 82 for PHP 8.2).
If you prefer to install the extension for all available alt-php versions, you can use a wildcard:
yum install alt-php*-ioncube-loader
Comments
0 comments
Please sign in to leave a comment.