Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.6.0RC1, 1.5.3
-
Fix Version/s: 1.6.1
-
Component/s: Zend_Cache
-
Labels:None
-
Fix Version Priority:Should Have
Description
I currently have an application that won't cache headers unless I remove the check for headers_sent().
headers_sent() should not be checked in Zend_Cache_Frontend_Page since headers have not been sent if output buffering is enabled. headers_list() provides the list of headers regardless if they have been sent or not, so it's safe to call headers_list() regardless.
may you provide a patch for this ?
I don't really understand why it's a critical bug ?
What options do you use for the frontend ?
It sounds to be a very specific problem...