> I have PHP3 running under windows NT 4 with IIS 4.  I 
> currently have about
> 20 sites hosted on the box.  I was only able to get PHP to 
> run as CGI, as
> the ISAPI version kept crashing.  Also, it doesn't accept most
> headers...like I can't do PHP authentication, which i would 
> have liked.  I believe you can with the ISAPI version though...
> am I right?  
> Other than that it works very well and seems to be quite stable.  
> Will you be using IIS?

Yep, IIS - what problems are you having with headers? 

I had the same problem with the ISAPI versions - an additional problem I had
(which I've seen documented elsewhere) is that it seemed to disrupt ASP
operation - ASP pages would no longer execute; it would just print up some
hex code up on the screen. 

header("Location: http://www.yahoo.com") seems to work ok for me. 

Thanks for your comments, 

Regards,

--david

-- 
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]

Reply via email to