Upgrade from php 5.0.5 => 5.1.1 = problemo
Hello,I just upgraded my php 5.0.5 to version 5.1.1
Except for the usual stuff, needed to upgrade zend and ioncube to the latest version , I have some other problems that I am unsure of.
When I restart apache I get:
root@server# PHP Warning: PHP Startup: [æwb0àwb: Unable to initialize module
Module compiled with module API=20041030, debug=0, thread-safety=0
PHP compiled with module API=20050922, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
Seems that some old 5.0.5 module is loaded?!?
I also have problems installing PDO with PDO_MYSQL driver.
When I start apache I get:
PHP Warning: Module 'PDO' already loaded in Unknown on line 0
PHP Fatal error: PDO: driver mysql requires PDO API version 20051128; this is PDO version 20051031 in Unknown on line 0
PHP Fatal error: Unable to start pdo_mysql module in Unknown on line 0
If comment out PDO_MYSQL, httpd starts.
Funny thing is, I got the latest PDO versions:
1.0.2 stable 2005-11-28 PDO-1.0.2.tgz
1.0.1 stable 2005-12-01 PDO_MYSQL-1.0.1.tgz
according to pecl.php.net
Any ideas about any of these problems?
Thanks...