Alexander Dalloz wrote:
You obviously have a mixed PHP installation. The path to additional
modules on FC4 with PHP5 is i.e.
/usr/lib/php/modules/gd.so
while above shows that the modules are searched in "/usr/lib/php4/"
which is PHP4. So clear your installation. "rpm -qa | grep php" to see
which packages are installed. If guess you have *.rpmnew files located
in /etc/php.d/ which are from the new PHP5 and still having the old
*.ini file for PHP4 being active.
Alexander
Thanks Alexander
After checking:
[root@az james]# rpm -qa | grep php
php-pear-5.0.4-10.4
php-ldap-5.0.4-10.4
php-mysql-5.0.4-10.4
php-gd-5.0.4-10.4
php-5.0.4-10.4
No version 4 files left, but there was the php.ini.rpmnew file - changed
them over and restarted httpd and everything was happy.
Thanks again,
James.