slantview

  • Rawr: March 13, 2010 2:01

    Commit f25ca8d on master
    no message
  • remove images
  • Updates and removal of some unnecessary files.
  • Big time bug fix update.
    
    -Spent the past couple days tweaking the SHIT out of everything.
    -Updated cacherouter.inc to work more like core cache.inc.
    -Got all engines (except for the new memcached.inc) passing tests.
    -Fixed XCache to not whites screen any more and actually work.
    -Fixed eacc to actually work (and not bad I must say).  You MUST use the svn snapshot of eAccelerator for this to clear cache correctly.
    tweaked apc/eacc/xcache to use files for locks for better reliability and true atomic locks.
    -Fixed a ton of bugs.
    -Ripped out stats.  STATS WILL NOT GO INTO 1.0.  Sorry guys, it's just not gonna happen.
    
    I'm marking this as RC1.  Session handling and stats will go into 2.0.
  • Fix for expire to obey core expire better for memcache and apc.  Need to roll these changes into xcache + eacc + memcached still after some testing.
    
    Fix for issue #266588 by Jonah Ellison and andypost.  Great ideas, thank you  times 10^6. ;)  I think this is a great solution.
    
    I suppose this only really fixes shared memcache, and we should implement a fix for "CACHE_PERMANENT" stuff.  But what exactly is the point of CACHE_PERMANENT again?? Caches are volatile by nature imho.
  • Fix for expire to obey core expire better for memcache and apc.  Need to roll these changes into xcache + eacc + memcached still after some testing.
    
    Fix for issue #266588 by Jonah Ellison and andypost.  Great ideas, thank you  times 10^6. ;)  I think this is a great solution.
    
    I suppose this only really fixes shared memcache, and we should implement a fix for "CACHE_PERMANENT" stuff.  But what exactly is the point of CACHE_PERMANENT again?? Caches are volatile by nature imho.
  • Fix for expire to obey core expire better for memcache and apc.  Need to roll these changes into xcache + eacc + memcached still after some testing.
    
    Fix for issue #266588 by Jonah Ellison and andypost.  Great ideas, thank you  times 10^6. ;)  I think this is a great solution.
    
    I suppose this only really fixes shared memcache, and we should implement a fix for "CACHE_PERMANENT" stuff.  But what exactly is the point of CACHE_PERMANENT again?? Caches are volatile by nature imho.
  • Fix for namespace collisions with PEAR.  Fixes #317112 by dmiric.  Thanks!
  • Fix for namespace collisions with PEAR.  Fixes #317112 by dmiric.  Thanks!
  • Fix expire in apc for issue #463046 by neilnz.  Thank you!