I have installed PHP version 5.2.5 under the IIS ISAPI module and using IIS version 5.1. I have verified my PHP installation using phpinfo();
I have also copied the libmysql.dll in the Windows directory. I have also copied the php_mysql dlls in this folder just to be sure. I have also added the following lines to my php.ini:
extension=php_m ysql.dll
extension=php_m ysqli.dll
Yet i still receive the error seen in the title of the post when i load my pages.
Please advise.
Regards,
kmlanik
I have also copied the libmysql.dll in the Windows directory. I have also copied the php_mysql dlls in this folder just to be sure. I have also added the following lines to my php.ini:
extension=php_m ysql.dll
extension=php_m ysqli.dll
Yet i still receive the error seen in the title of the post when i load my pages.
Please advise.
Regards,
kmlanik
Comment