hi, i have php 4.4.4 on a windows server (the version is old, i know, but we cannot change it. It was installed with mapserver (php as cgi, not as module). We have some applications running with postgresql without problems.
Now we need to install joomla, so i downloaded mysql 5 and tried to run some php script to test the connection to the db.
When i try to connect i receive the old client api version error. I checked with php info and is client api version 3.23.49.
So, i need to upgrade to a newer one that can handle the new type of password handling...
I tried this instructions: http://dev.mysql.com/downloads/connector/php/ without luck...
any help?
thanks