Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.8.3

Bug #18569 Potential bug in Cache_Lite
Submitted: 2011-05-28 13:37 UTC
From: arka Assigned: tacker
Status: Closed Package: Cache_Lite (version 1.7.9)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  


 [2011-05-28 13:37 UTC] arka (Rustem Alimov)
Description: ------------ Lite.php : line 717 function _read() { $fp = @fopen($this->_file, "rb"); if ($this->_fileLocking) @flock($fp, LOCK_SH); if ($fp) { clearstatcache(); correct: function _read() { $fp = @fopen($this->_file, "rb"); if ($fp) { if ($this->_fileLocking) @flock($fp, LOCK_SH); clearstatcache();

Comments

 [2011-05-29 17:42 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Assigned -Assigned To: +Assigned To: tacker
Thanks for the report Rustem!
 [2011-05-30 00:37 UTC] tacker (Markus Tacker)
-Status: Assigned +Status: Closed
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/