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: