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
 [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

Add a Pull Request

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: Sun Sep 08 08:01:28 2024 UTC