I upgraded PHP version from 5.6.8 to 5.6.9 by Custombuild of Directadmin. The problem is after that I got fatal error on php:
PHP Fatal error: [ionCube Loader] The Loader must appear as the first entry in the php.ini file in Unknown on line 0
I found there is a file /usr/local/lib/php.conf.d/10-directadmin.ini that has this line:
zend_extension=/usr/local/lib/ioncube/ioncube_loader_lin_5.6.so
After I remove this line, there is no error but the Ioncube is not working.
What can be the problem? Thank you.