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


-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to