Hi everyone,
After updating PHP 7.4, the following error is shown when starting the service:
ionCube Loader The Loader must appear as the first entry in the php.ini file in Unknown on line 0
After a quick look i have been able to fix it by commenting out the second line in /usr/local/php74/lib/php.conf.d/10-directadmin.ini;
;zend_extension=/usr/local/lib/ioncube/ioncube_loader_lin_7.4.so
To use the ioncube loader, i included this line directly in the php.ini (/usr/local/php74/lib/php.ini).
Is this a bug in the custombuild update or have i been doing something wrong?
Best Regards,
T-nuz
After updating PHP 7.4, the following error is shown when starting the service:
ionCube Loader The Loader must appear as the first entry in the php.ini file in Unknown on line 0
After a quick look i have been able to fix it by commenting out the second line in /usr/local/php74/lib/php.conf.d/10-directadmin.ini;
;zend_extension=/usr/local/lib/ioncube/ioncube_loader_lin_7.4.so
To use the ioncube loader, i included this line directly in the php.ini (/usr/local/php74/lib/php.ini).
Is this a bug in the custombuild update or have i been doing something wrong?
Best Regards,
T-nuz