Hi all,
I've got a weird problem to submit.
My configuration is :
Solaris-2.6
Apache-1.3.19
PHP-4.0.5
MySQL-3.23.38
I upgraded from
MySQL-3.22.27 to MySQL-3.23.38
Apache-1.3.14 to Apache-1.3.19
PHP-4.0.4pl1 to PHP-4.0.5
Everything compiled fine and seems to be working, except the fact that PhpMyAdmin doesn't list the databases correctly in the left frame, and, more important, that the phpinfo()'s Client API Version is still 3.22.27 even if I upgraded MySQL version...
The last version doesn't exist anymore, but PHP still references it ... I don't understand.
The function : mysql_list_dbs() doesn't work properly and now I doubt about my new release to work fine...
I made some checks anyhow :
LD_LIBRARY_PATH -> correct
LD_RUN_PATH -> correct
PHP configure options :
--with-mysql=path-to-MySQL -> correct
I'm out of resources now...
Any idea ?