Hello all, I just installed PHP 5.0.1 (cgi) on IIS Windows 2000. I have the following problems:
- It could not load php_mssql.dll, it show an error as follows: >PHP Warning: PHP Startup: Unable to load dynamic library >'./php_mssql.dll' - The specified module could not be found. in Unknown >on line 0 I already copied php_mssql.dll from the php5.0.1 package to the root directory of PHP, and have ntwdblib.dll installed in system32 directory. - When I run php-cgi.exe or php.exe on a command line (eg. php-cgi -i), it popups the window that it is trying to find php4ts.dll. I have to click OK to respond the popup, and then the command could run through. I have php5ts.dll in the root directory of PHP. I install PHP time to time, and do not always catch up with the new version. It seems that PHP had changed quite a lot and is confusing me. Hopefully, you guys can help me. Thank you. Pong