|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-04-11 13:54 UTC] sniper@php.net
[2006-04-11 14:08 UTC] php dot net at sebastianmendel dot de
[2006-04-11 16:19 UTC] rasmus@php.net
[2010-12-20 14:15 UTC] jani@php.net
-Package: Feature/Change Request
+Package: *General Issues
-Operating System: Windows
+Operating System: *
-PHP Version: 5.1.2
+PHP Version: *
[2012-02-25 10:12 UTC] rasmus@php.net
[2012-02-25 10:12 UTC] rasmus@php.net
-Status: Assigned
+Status: Wont fix
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 13:00:01 2025 UTC |
Description: ------------ getenv('PHP_AUTH_USER') does not work tested with 4.4.2 and 5.1.2 on Apache 2 on Windows Reproduce code: --------------- echo 'getenv(): ' . getenv('PHP_AUTH_USER') . "\n"; echo '$_SERVER: ' . $_SERVER['PHP_AUTH_USER'] . "\n"; Expected result: ---------------- getenv(): user $_SERVER: user Actual result: -------------- getenv(): $_SERVER: user