php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34219 PHP Variable AUTH_USER NOT Found
Submitted: 2005-08-23 11:41 UTC Modified: 2005-08-23 13:24 UTC
From: sonalidm at gmail dot com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 5.0.4 OS: windows
Private report: No CVE-ID: None
 [2005-08-23 11:41 UTC] sonalidm at gmail dot com
Description:
------------
OS : Windows XP professional,  
PHP 5.0.4 is configured with IIS as well as Apache2. Running phpinfo() with IIS shows $_SERVER['AUTH_USER'], but not with apache2. Tried with windows server/apache2/php also. Same problem.

Reproduce code:
---------------
<?
phpinfo();
?>

Expected result:
----------------
In PHP Variables grid, php variable AUTH_USER should be present.

Actual result:
--------------
In PHP Variables grid, php variable AUTH_USER is not present.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-08-23 13:24 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Jul 05 09:01:29 2024 UTC