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: [email protected] Assigned: laruence (profile)
Status: Closed Package: *General Issues
PHP Version: trunk-SVN-2011-09-21 (SVN) OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: [email protected]
New email:
PHP Version: OS:

 

 [2011-09-21 16:06 UTC] [email protected]
Description:
------------
the mechanism was removed in main/SAPI.c of 5.4

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





Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-09-21 16:07 UTC] [email protected]
the mechanism which was used to handle www-authenticate:Digest.
 [2011-09-23 02:56 UTC] [email protected]
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] [email protected]
-Status: Open +Status: Closed -Assigned To: +Assigned To: laruence
 [2011-09-23 02:56 UTC] [email protected]
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] [email protected]
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] [email protected]
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] [email protected]
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] [email protected]
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-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 30 18:00:02 2025 UTC