> i've installed php as isapi filter under winXP's IIS 5.1
> all script run ok, but the strange bug appears time-to-time: at END of
file
> adds strng like
> 'HTTP/500 Error IIS 5.1....'
I believe that Error 500s are still an issue with the ISAPI .DLL. I'm quite
surprised to hear it's at the END of your file however.
I'm not involved in the solving of this problem, but I've heard about it
quite a bit, and as I understand the issue is involving multi-threaded code
and the ISAPI .DLL. It is still an open bug (if this is indeed the same
thing) and the workaround is to make use of the CGI executable instead for
the time being. (I think.)
Eric Gavin
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]