php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55758 Digest Authenticate missed in 5.4
Submitted: 2011-09-21 16:06 UTC Modified: 2011-09-23 02:56 UTC
From: laruence@php.net Assigned: laruence (profile)
Status: Closed Package: *General Issues
PHP Version: trunk-SVN-2011-09-21 (SVN) OS:
Private report: No CVE-ID: None
 [2011-09-21 16:06 UTC] laruence@php.net
Description:
------------
the mechanism was removed in main/SAPI.c of 5.4

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





Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 10:01:30 2024 UTC