This website requires JavaScript.
Explore
Help
Sign in
adulau
/
cakephp2-php8
Watch
1
Star
0
Fork
You've already forked cakephp2-php8
0
mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced
2025-02-07 12:36:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
729a45703b
cakephp2-php8
/
cake
/
libs
/
cache
History
mark_story
c3d5c3fd00
Fixing issue in Cache where duration = 0 would not read/write from cache. This prevented the creation of non expiring cache entries in APC and memcache.
...
Adding a return false to FileEngine as it was omitted in the past.
Fixes
#1120
2010-09-19 12:20:07 -04:00
..
apc.php
Removing closing PHP tags.
2010-05-11 08:07:49 +10:00
file.php
Fixing issue in Cache where duration = 0 would not read/write from cache. This prevented the creation of non expiring cache entries in APC and memcache.
2010-09-19 12:20:07 -04:00
memcache.php
Removing time manipulation so its possible to create memcache entries that do not expire. Updating documentation about the peculiarities of memcache. Refs
#871
2010-08-15 22:40:55 -04:00
xcache.php
Removing closing PHP tags.
2010-05-11 08:07:49 +10:00