J
jbarney
Guest
I'm running CentOS 4.6 and recently updated php and mysql to 5. It's been a rocky transition and I have two issues I'm having trouble sorting out and would love any tips on how to resolve these.
First my main /var/log/httpd/error_log is saturated with these:
Failed loading /usr/lib/php4/php_ioncube_loader_lin_4.3.so: /usr/lib/php4/php_ioncube_loader_lin_4.3.so: undefined symbol: zend_hash_add_or_update
So naturally I went out updated ioncube with yum but the problem will not go away. The php.d/ioncube_loader.ini file points to an entirely different file:
ioncube-loader.ini:zend_extension=/usr/lib/php/modules/php_ioncube_loader_lin_5.1.so
How can I find out where this is getting loaded and get rid of this?
Secondly trying to get fileinfo() working in php5 is causing me a lot of grief, I install it via pear, added the extension=fileinfo.so to the php.ini, copied the .so to the oho modules dir, chmod 755, I'm at a loss...
Any guidance would be extremely helpful.
First my main /var/log/httpd/error_log is saturated with these:
Failed loading /usr/lib/php4/php_ioncube_loader_lin_4.3.so: /usr/lib/php4/php_ioncube_loader_lin_4.3.so: undefined symbol: zend_hash_add_or_update
So naturally I went out updated ioncube with yum but the problem will not go away. The php.d/ioncube_loader.ini file points to an entirely different file:
ioncube-loader.ini:zend_extension=/usr/lib/php/modules/php_ioncube_loader_lin_5.1.so
How can I find out where this is getting loaded and get rid of this?
Secondly trying to get fileinfo() working in php5 is causing me a lot of grief, I install it via pear, added the extension=fileinfo.so to the php.ini, copied the .so to the oho modules dir, chmod 755, I'm at a loss...
Any guidance would be extremely helpful.