I'm running PHP 4.2.2 as a CGI binary on my Win2000 server.
It works perfectly well - but I want to take advantage of the improved performance of the ISAPI addin.
However, whenever I switch from CGI to ISAPI it causes problems.
Initially everything looks okay - phpinfo() reports all is well - but when I try to access anything mySQL-related, such as phpMyAdmin, the site stalls and takes IIS down with it.
Has anyone else experienced similar problems? And if so - is there a solution?
Thanks.