php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #21138 AUTH_TYPE exists, PHP_AUTH_TYPE does not
Submitted: 2002-12-21 15:27 UTC Modified: 2003-03-24 17:25 UTC
From: philip at cornado dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.3.2RC1 OS: linux
Private report: No CVE-ID: None
 [2002-12-21 15:27 UTC] philip at cornado dot com
PHP_AUTH_TYPE has been documented forever yet it doesn't exist.  It's also mentioned in various places in the php4 source code but to no avail. However, the variable AUTH_TYPE does exist.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-25 14:05 UTC] hholzgra@php.net
it is true, PHP_AUTH_TYPE is only set by the IIS server api
while others use AUTH_TYPE only ...
 [2003-03-24 04:30 UTC] sniper@php.net
Removed. It's AUTH_TYPE in every other SAPI. (this affected only Zeus ISAPI)


 [2003-03-24 11:26 UTC] philip@php.net
Reopening as a documentation bug.
 [2003-03-24 12:31 UTC] sniper@php.net
Pay more attention to the CVS commits, I fixed it also in docs..

 [2003-03-24 12:55 UTC] philip@php.net
This variable is mentioned in three places.  You modified the features.http-auth section while the incorrect variable still exists in the reserved.variables and features.safe-mode sections.  Reopening...
 [2003-03-24 16:52 UTC] sniper@php.net
Philip, please learn how to use CVS (like 'cvs update') and some basic unix commands like 'grep' before you claim something like this.

I changed all the occurances of PHP_AUTH_TYPE -> AUTH_TYPE
with my commit.

 [2003-03-24 17:25 UTC] philip@php.net
Doh!  Unfortunatly I was in Windows otherwise I'd have simply checked/changed the source...  Instead, I (without much thought) searched the online manual, saw the three occurances, but noticed just the one cvs change.  Sorry, I should have known/researched better. :/  I do know unix and cvs commands though ;p
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 18 20:01:27 2024 UTC