Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7467 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63151 invoked by uid 1010); 1 Feb 2004 23:11:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 63126 invoked by uid 1007); 1 Feb 2004 23:11:56 -0000 Message-ID: <20040201231155.63124.qmail@pb1.pair.com> To: internals@lists.php.net Date: Mon, 02 Feb 2004 08:11:55 +0900 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 References: <20040201143039.71640.qmail@pb1.pair.com> In-Reply-To: <20040201143039.71640.qmail@pb1.pair.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 219.180.130.25 Subject: Re: adding http digest authentication to php5 From: rui_hirokawa@ybb.ne.jp (Rui Hirokawa) I reallized this patch is not useful, because 1. http 1.1 based client authentication method (qop, cnonce, nc) is not supported yet. array $_SERVER['PHP_AUTH_DIGEST'] having the elementes 'nonce','qop','cnonce','nc' should be defined. 2. the order of parameters should be unknown. I will use Thomas Pike's excellent implementation now. Rui Rui Hirokawa wrote: > Hi, > > I just made a patch to add http digest authentication for php5 > based on RFC2617. > It is not tested well yet, the attached sample script > 'digest-auth.php' works with Mozilla Firebird 0.7. > > It is useful or not ? > > Rui >