Skip to main content

Ioncube version 6 for PHP 7

Comments

12 comments

  • Iron_Butterfly
    This ioncube line must appear before any Zend configuration sections in php configs. These sections usually begin with [Zend]. Also make sure that ioncube is loaded only once. The following command should only return one result: # grep 'zend_extension.*ioncube' /opt/cpanel/ea-php70/root/etc/php.ini /opt/cpanel/ea-php70/root/etc/php.d/*
    0
  • jonh
    WHERE to place it? Adding it to the php.ini via the multiphp ini editor as first line in the files doesn't work. grep 'zend_extension.*ioncube' /opt/cpanel/ea-php70/root/etc/php.ini /opt/cpanel/ea-php70/root/etc/php.d/* Doesn't return anything.
    0
  • jonh
    Also, there is no [Zend] section in the php ini for 5.6 or 7.
    0
  • jonh
    I used the installation wizard script. It told me which version to download and where to upload it to. I placed the .so file here as instructed: /opt/cpanel/ea-php70/root/usr/lib64/php/modules/, then it said add this line as very first line to the php.ini file: zend_extension = /opt/cpanel/ea-php70/root/usr/lib64/php/modules/ioncube_loader_lin_7.0.so. So I added that line in WHM multiphp ini editor for php 7 ini.
    0
  • jonh
    Anyone here successfully have ioncube running with php7 that can please help me?
    0
  • Serhat
    I have and I just followed loader wizards instructuons.
    0
  • Neso
    I installed PHP 7 over EA 4, add bellow line to include ioncube to PHP7 (first line of PHP.ini file) but after adding bellow line I can not restart Apache zend_extension="/opt/cpanel/ea-php70/root/usr/lib64/php/modules/ioncube_loader_lin_7.0.so" I did try also with this line: zend_extension=/opt/cpanel/ea-php70/root/usr/lib64/php/modules/ioncube_loader_lin_7.0.so without quotes same problem ???
    0
  • cPanelMichael
    Hello, I've successfully completed the "Loader Wizard" installation process using the instructions that are displayed when first opening the "loader-wizard.php" file on an account. I believe the issue faced here relates to the highlighted red warning message when first opening the page. You can safely ignore that warning, as the step that requires you to create and edit /opt/cpanel/ea-php70/root/etc/php.d/00-ioncube.ini takes care of this requirement. Please revert any changes to the php.ini file and proceed with the additional steps listed by the loader wizard. One additional tip is to ensure the copied Ioncube modules in /opt/cpanel/ea-php70/root/usr/lib64/php/modules/ have root ownership with 0755 permissions:
    -rwxr-xr-x 1 root root 1240496 Oct 7 06:27 ioncube_loader_lin_7.0.so -rwxr-xr-x 1 root root 1293680 Oct 7 06:27 ioncube_loader_lin_7.0_ts.so
    Thank you.
    0
  • cPanelMichael
    Hello, Ioncube Loader version 6 is now available in EasyApache 4. You can install it via the following commands for each PHP version:
    yum install ea-php55-php-ioncube6 yum install ea-php56-php-ioncube6 yum install ea-php70-php-ioncube6
    Ensure to remove any existing packages for the previous version of Ioncube before running attempting to run the above commands. EX:
    yum remove ea-php56-php-ioncube
    Thank you.
    0
  • SigmaWeb
    Hello, Ioncube Loader version 6 is now available in EasyApache 4. You can install it via the following commands for each PHP version:
    yum install ea-php55-php-ioncube6 yum install ea-php56-php-ioncube6 yum install ea-php70-php-ioncube6
    Ensure to remove any existing packages for the previous version of Ioncube before running attempting to run the above commands. EX:
    yum remove ea-php56-php-ioncube
    Thank you.

    Hi Michael, Do we know when the packages will be available for cloudlinux please?
    0
  • cPanelMichael
    Hi Michael, Do we know when the packages will be available for cloudlinux please?

    Hello @SigmaWeb, CloudLinux releases updates independently from cPanel. It looks like the Alt-PHP beta packages were released today and include this version: Beta: Alt-PHP updated Thanks!
    0
  • SigmaWeb
    Hello @SigmaWeb, CloudLinux releases updates independently from cPanel. It looks like the Alt-PHP beta packages were released today and include this version: Beta: Alt-PHP updated Thanks!

    Hi Michael, Seems that new updated ionCube loader packages are now available from EA4 production repository of CL - ionCube loader for EA4 released to production Thanks!
    0

Please sign in to leave a comment.