mirror of https://github.com/php/php-src
Browse Source
Added some kind of LRU to delete all entries older than n seconds. This fixes the bug that cache entries with lifetime 0 (endless) never got removed although if they are no longer used. What's still missing is some space limit for cache data.PHP-4.0.6
1 changed files with 13 additions and 3 deletions
Loading…
Reference in new issue