Hi all I just installed PHP & MySql on my laptop together with IIS (go ahead and boo)...
I just ran a <?PHP phpinfo(); ?> script to test that the server was working and got a strange result....
it says that I have version 3.23.49 when I have 4.1.8 of mysql installed on the machine... what happened?
3.x are the libraries bundled with PHP. I you want to use the client libraries to match your version of MySQL, you will have to build (compile) php against them.
-- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 john@xxxxxxxxxxxx
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php