Wrong config after php-ioncube-loader upgrade

Support/Development for PHP
breun
Long Time Forum Regular
Long Time Forum Regular
Posts: 2813
Joined: Sat Aug 20, 2005 9:30 am
Location: The Netherlands

Wrong config after php-ioncube-loader upgrade

Unread post by breun »

After upgrading PHP 5.2.6 to 5.2.8 /etc/php.d/ioncube.ini tries to load /usr/lib/php/ioncube/ioncube_loader_lin_.so. Changing this to /usr/lib/php/ioncube/ioncube_loader_lin_5.2.so fixes the problem.
Lemonbit Internet Dedicated Server Management
biggles
Forum Regular
Forum Regular
Posts: 806
Joined: Tue Jul 15, 2008 2:38 pm
Location: Sweden
Contact:

Unread post by biggles »

If you use zend you might need to change the line in /etc/phph.d/zend.ini in a similar way:

Before:
zend_extension=/usr/lib/php/zend/ZendOptimizer-.so

After:
zend_extension=/usr/lib/php/zend/ZendOptimizer-5.2.so
Post Reply