From:             [EMAIL PROTECTED]
Operating system: Digital Unix 4.0D
PHP version:      4.0.5
PHP Bug Type:     Compile Failure
Bug description:  bug in sapi/apache/mod_php4.c

/*                      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
-- 
Edit bug report at: http://bugs.php.net/?id=13891&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to