The SAPI module for IIS is faster than the CGI, but still not quite as stable. There are open bugs about the access violations you mentioned on some versions of IIS... they're being worked on, but from what I can see the errors make no sense, so its tough to track them down.
As far as a bazillion CGI errors go, I'd first make sure that you followed the CGI install docs for IIS to the letter: http://www.php.net/manual/en/install.iis.php#install.iis.iis4 And test it with a simple "hello world" php page: <?php echo "Hello world!\n"; ?> that should cut down on the number of errors you are getting. If the diagnostic errors still make no sense, post them to the list and somebody will probably have seen them before, and be able to point you in the right direction. -- Brian 'Bex' Huff [EMAIL PROTECTED] Phone: 952-903-2023 Fax: 952-829-5424 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php