Edit report at https://bugs.php.net/bug.php?id=55758&edit=1

 ID:                 55758
 Comment by:         larue...@php.net
 Reported by:        larue...@php.net
 Summary:            Digest Authenticate missed in 5.4
 Status:             Closed
 Type:               Bug
 Package:            *General Issues
 PHP Version:        trunk-SVN-2011-09-21 (SVN)
 Assigned To:        laruence
 Block user comment: N
 Private report:     N

 New Comment:

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

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


Previous Comments:
------------------------------------------------------------------------
[2011-09-23 02:56:15] larue...@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:56:06] larue...@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-21 16:07:31] larue...@php.net

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

------------------------------------------------------------------------
[2011-09-21 16:06:31] larue...@php.net

Description:
------------
the mechanism was removed in main/SAPI.c of 5.4

was this removed intentionally?  or just by mis-take?






------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=55758&edit=1

Reply via email to