Issue Type: Docs: Improvement Created: 2011-08-01T10:54:46.000+0000 Last Updated: 2012-02-09T11:56:18.000+0000 Status: Resolved Fix version(s): - 1.11.11 (29/Sep/11)
Reporter: Christoph Roensch (croensch) Assignee: Ramon Henrique Ornelas (ramon) Tags: - Zend_Cache
Related issues: - ZF-12047
Attachments: - ZF-11633-documentation.diff
The documentation states that 0700 is the default umask for the cache files.
<pre class="literal">
cache_file_umask Integer 0700 umask for cache files
The class instead states that 0600 is the default:
<pre class="highlight">
protected $_options = array(
'cache_file_umask' => 0600
);
Whatever is right, 0600 i guess, should be put in the documentation.
Posted by Christoph Roensch (croensch) on 2011-08-02T06:49:55.000+0000
Zend_Cache_Backend_Static too. The diff will patch both.
Posted by Ramon Henrique Ornelas (ramon) on 2011-09-03T19:17:32.000+0000
Fix in trunk r24434 merged to branch 1.11 r24435.