ZF-2955: Incorrect flock var ($f)
Description
Zend_Cache_Backend_File:660:
private function _fileGetContents($file)
{
if ($this->_options['file_locking']) @flock($f, LOCK_SH);
$f <-- should be $file?
Zend_Cache_Backend_File:660:
private function _fileGetContents($file)
{
if ($this->_options['file_locking']) @flock($f, LOCK_SH);
$f <-- should be $file?
Comments
Posted by Wil Sinclair (wil) on 2008-03-25T20:17:28.000+0000
Please categorize/fix as needed.
Posted by Fabien MARTY (fab) on 2008-03-26T14:50:15.000+0000
it looks like to an already fixed bug
which version to you use ?
please reopen if the bug is not fixed in the latest version
thanks