Re: [PHP-DEV] PHP_AUTH_USER in 4.3

2002-10-02 Thread Edin Kadribasic
;[EMAIL PROTECTED]> Sent: Wednesday, October 02, 2002 3:06 PM Subject: Re: [PHP-DEV] PHP_AUTH_USER in 4.3 > I just checked with current cvs and this simple test script: > >if (!isset($PHP_AUTH_USER)) { > header('WWW-Authenticate: Basic realm="The Realm"');

Re: [PHP-DEV] PHP_AUTH_USER in 4.3

2002-10-02 Thread Rasmus Lerdorf
; > - Original Message - > From: "Rasmus Lerdorf" <[EMAIL PROTECTED]> > To: "David Reid" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Wednesday, October 02, 2002 1:29 AM > Subject: Re: [PHP-DEV] PHP_AUTH_USER in 4.3 > > >

Re: [PHP-DEV] PHP_AUTH_USER in 4.3

2002-10-02 Thread David Reid
t; Cc: <[EMAIL PROTECTED]> Sent: Wednesday, October 02, 2002 1:29 AM Subject: Re: [PHP-DEV] PHP_AUTH_USER in 4.3 > It shouldn't have stopped working. Did you change your register_globals > setting or something? > > On Wed, 2 Oct 2002, David Reid wrote: > > > I

[PHP-DEV] PHP_AUTH_USER in 4.3

2002-10-01 Thread David Reid
Is support for this being dropped or is it just not added yet? Just changed from 4.2.3 and was surprised to see that it stopped working... david -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP_AUTH_USER in 4.3

2002-10-01 Thread Rasmus Lerdorf
It shouldn't have stopped working. Did you change your register_globals setting or something? On Wed, 2 Oct 2002, David Reid wrote: > Is support for this being dropped or is it just not added yet? Just changed > from 4.2.3 and was surprised to see that it stopped working... > > david > > > -- >