Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.2
-
Fix Version/s: 1.5.0
-
Component/s: Zend_Cache
-
Labels:None
Description
Zend_Cache_Backend_File logs an error when the target cache directory doesn't exist or cannot be written, but still continues execution, where it tries to "fopen", and maybe "mkdir" and "chmod".
Correct me if I'm wrong, but if the target directory cannot be accessed, this function can savely immediately "return false"!?
can we pre-format here?