colinmollenhour / Cm_Cache_Backend_Redis

A Zend_Cache backend for Redis with full support for tags (works great with Magento)
Other
390 stars 142 forks source link

Harden _decodeData #154

Closed Xon closed 4 years ago

Xon commented 4 years ago

Some methods in _decodeData generate php notices in the face of incorrect data on decompressing data, combined with applications which convert php notice into exceptions; this can result in cache entries not being regenerated.