php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13891 bug in sapi/apache/mod_php4.c
Submitted: 2001-10-31 18:07 UTC Modified: 2001-11-21 13:19 UTC
From: christophschaefer at altavista dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.5 OS: Digital Unix 4.0D
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: christophschaefer at altavista dot com
New email:
PHP Version: OS:

 

 [2001-10-31 18:07 UTC] christophschaefer at altavista dot com
/*                      r->connection->ap_auth_type = "Basic";*/
                        r->connection->auth_type ="Basic";

.../sapi/apache/mod_php4.c line 402

the record reference to 'ap_auth_type' is not a vaild member. should be only 'auth_type'.

i changed it. works.

cheers
christoph

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-31 19:36 UTC] sniper@php.net
Works fine with latest CVS. Try the snapshot from http://snaps.php.net/

And what is the problem/error you get if this is not changed? What version of Apache do you have?

--Jani

 [2001-11-21 13:19 UTC] sander@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Sep 16 21:01:28 2024 UTC