|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-10-31 19:36 UTC] sniper@php.net
[2001-11-21 13:19 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 23 19:00:01 2025 UTC |
/* 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