To be more accurate, its IIS on Windows that causes problems.. one of our
test boxes runs windows + apache and doesn't experience this problem

> Tnx,
>
> I've been trying out some stuff last night and found out some interesting
> facts!
> the ISAPI dll is full of access violations. Being a Delphi programmer, I
> know that ain't good.
> Stable is indeed the word. Sometimes IIS could find a page, most of the
time
> not.
>
> And I got the header to show :) However the authentication part (in my
> script) was never triggered,
> due to the fact that IIS couldn't find the page anymore, if the ISAPI dll
> was used. Though luck!
>
> So, people, when using PHP authentication, please use a Linux box!!! The
> windows version doesn't really work (at all).
>
> Brave Cobra
>
> > ----- Original Message -----
> > From: "Phil Driscoll" <[EMAIL PROTECTED]>
> > To: "Brave Cobra" <[EMAIL PROTECTED]>; "Php-General"
> > <[EMAIL PROTECTED]>
> > Sent: Tuesday, June 26, 2001 9:52 AM
> > Subject: Re: [PHP] Authentication
> >
> >
> > > If you run PHP as a CGI, or as an ISAPI module *without* installing
the
> > ISAPI
> > > filter, then IIS will have already dealt with everything to do with
> > headers
> > > before PHP gets a look in. Installing PHP in the ISAPI filters list
> allows
> > it
> > > to get at the headers and do authentication, however you may have
> serious
> > > problems with the stability of the ISAPI module version of PHP.
> > >
> > > Cheers
> > > --
> > > Phil Driscoll
> > >
> > >
> >
>
>
> --
> PHP General 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]
>


-- 
PHP General 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