Digest Authenticate missed in 5.4

 [2011-09-21 16:07 UTC] laruence@php.net

the mechanism which was used to handle www-authenticate:Digest.

 [2011-09-23 02:56 UTC] laruence@php.net

Automatic comment from SVN on behalf of laruence
Revision: http://svn.php.net/viewvc/?view=revision&revision=317172
Log: Fixed bug #55758 (Digest Authenticate missed in 5.4)
 the block I am removing should be removed along with the PG(saf_mod) condition.
 since it is inside the PG(saf_mod) condition block.

 [2011-09-23 02:56 UTC] laruence@php.net

-Status: Open +Status: Closed -Assigned To: +Assigned To: laruence

 [2011-09-23 02:56 UTC] laruence@php.net

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.


 [2011-09-23 02:57 UTC] laruence@php.net

it is a mis-take, since the code was like:

if (PG(saf_mod)) {
#if PCRE
{
}
#else
{
  //this should removed too
}
}

 [2012-04-18 09:48 UTC] laruence@php.net

Automatic comment on behalf of laruence
Revision: http://git.php.net/?p=php-src.git;a=commit;h=58800b8ac1192243fc43833c54565ae3c10b0f31
Log: Fixed bug #55758 (Digest Authenticate missed in 5.4)  the block I am removing should be removed along with the PG(saf_mod) condition.  since it is inside the PG(saf_mod) condition block.

 [2012-07-24 23:39 UTC] rasmus@php.net

Automatic comment on behalf of laruence
Revision: http://git.php.net/?p=php-src.git;a=commit;h=58800b8ac1192243fc43833c54565ae3c10b0f31
Log: Fixed bug #55758 (Digest Authenticate missed in 5.4)  the block I am removing should be removed along with the PG(saf_mod) condition.  since it is inside the PG(saf_mod) condition block.

 [2013-11-17 09:36 UTC] laruence@php.net

Automatic comment on behalf of laruence
Revision: http://git.php.net/?p=php-src.git;a=commit;h=58800b8ac1192243fc43833c54565ae3c10b0f31
Log: Fixed bug #55758 (Digest Authenticate missed in 5.4)  the block I am removing should be removed along with the PG(saf_mod) condition.  since it is inside the PG(saf_mod) condition block.