Nunners wrote:
I'm having some problems with using HTTP Auth in PHP5

IIRC, php 5.0 had a bug related to HTTP auth, corrected in php 5.0.1: [1]

"Fixed bug #29132 [http://bugs.php.net/29132]
 ($_SERVER["PHP_AUTH_USER"] isn't defined). (Stefan)"
Note, I cant access bugs.php.net right now.

If you use PHP 5, upgrade to PHP 5.0.2 (released 23-Sep-2004),
which correct a (security) pblm related to GPC processing.

Christophe

[1] Changelog for 5.0.1
http://www.php.net/ChangeLog-5.php#5.0.1

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to