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

Bug #11260 possible misstyped property
Submitted: 2007-06-09 18:48 UTC
From: lstarecek Assigned: tacker
Status: Closed Package: Cache_Lite (version 1.7.2)
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: 1.7.3    
Subscription  


 [2007-06-09 18:48 UTC] lstarecek (Lukas Starecek)
Description: ------------ I appologize if I'm wrong, but I think row 485 at \Cache_Lite\Lite.php should look like 'array' => $this->__memoryCachingArray not 'array' => $this->_memoryCachingState This bug have two affects. 1. saveMemoryCachingState do not save actual array data, so after getMemoryCachingState memmory cache are always empty. 2. 'counter' is saved properly, so after getMemoryCachingState are memmory cache empty (always), but 'counter' can be not 0. So the space for data in memmory cache are cutted-off.

Comments

 [2008-04-13 13:01 UTC] tacker (Markus Tacker)
Will be fixed in 1.7.3.
 [2008-04-13 14:41 UTC] tacker (Markus Tacker)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.