php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #884 show the uid owner of file in basic auth in realm
Submitted: 1998-10-29 18:42 UTC Modified: 1998-10-29 20:34 UTC
From: adepoo at tamnet dot com dot mx Assigned:
Status: Closed Package: Other
PHP Version: 3.0.5 OS: Unix
Private report: No CVE-ID: None
 [1998-10-29 18:42 UTC] adepoo at tamnet dot com dot mx
I use Example ID 246 from http://php.netvision.net.il/examples/ to authenticate users to our POP server. In PHP version 3.0.3 there was no problem, but with 3.0.5 it show the id of the owner of the file before the legend "my realm" in the pop-up window to put login/pass. I make it owned by root and it show
Resource:   0 My Realm, and if I changed to nobody it show Resource:   65534 My Realm.
I use apache with frontpage and php as shared module.
I got back to 3.0.3 and no problems.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-10-29 20:34 UTC] rasmus
This is the expected behaviour if you turn safe mode on which you must have done when you upgraded to 3.0.5.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 16 07:01:33 2024 UTC