I'm using PHP on a win2K server with IIS5 I've been using version 4.1.2 for a while and have been forced to use php.exe instead of php4isapi.dll because every time I wrote phpinfo() the server crashed when using php4isapi.dll and had to be restarted. Now I've upgraded to 4.2.1, and I wonder if this is a known bug that's been fixed or is just my system? Do I dare to make a phpinfo() with php4isapi.dll on 4.2.1 or should I avoid the isapi module???
Well...I'd suggest that you a) Check the PHP changelogs to see if it was fixed, and b) try it out. If it crashes, restart the webserver - no mess.
Well if I had the server at home I could restart it, it's in a serverhall, so I prefer not to try it!
I've checked the change logs but couldn't find anything, guess I have to look again...