IIS 7 instead of Apache and errors when loading ADODB5.dll

The company I work for only uses PHP and PostgreSQL. I really need to debug my PHP code using IIS7 (I also don't have some things working under Apache that run fine under IIS 7).

I get a can't load libz.dll (I believe ths is the right one) error only when I try to debug under VS PHP and Apache. If I run the site strictly using IIS 7 there is no error.

Comments

    You can use IIS with VS.Php.

    You can use IIS with VS.Php. Set debugging to external. Also enable xdebug on your IIS/Php's php.ini file.

    Use the same xdebug configuration that is used in the Apache's php.ini if your iis is running locally.