Zend Framework

Zend_Cache_Frontend_Page - page cache is not saved when 'memorize_headers' option is set

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.6.0RC3
  • Fix Version/s: 1.6.0
  • Component/s: Zend_Cache
  • Labels:
    None
  • Fix Version Priority:
    Must Have

Description

When 'memorize_headers' option is set, page content cannot be saved. So second request to cached content always returns empty string.

There is a typo in 'Zend/Cache/Frontend/Page.php' in line 304:

if (strolower($headerName) == strtolower($headerSentName))

First 'strolower' should be changed to 'strtolower'.

Activity

Hide
Fabien MARTY added a comment -

commited in trunk and 1.6 SVN branch (thanks)

Show
Fabien MARTY added a comment - commited in trunk and 1.6 SVN branch (thanks)

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: