I'm using Zend Server on my local machine, recently I noticed some application incompatibility with version of MySQL.
While calling mysql_get_client_info()
it would return mysqlnd 5.0.7-dev - 091210 - $Revision: 300533 $
which is slightly incorrect format of MySQL version, for that reason version_compare()
would not be able to parse it.
I decided to upgrade my server environment, during upgrade latest version of MySQL was downloaded and installed (5.1.36). Everything was installed correctly and confirmed in install log. However php still recognise it as mysqlnd 5.0.7-dev - 091210 - $Revision: 300533 $
Is it possible to refresh MySQL version without clean install of Zend Server?