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
2024-11-15 11:28:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
5bb173013e
cakephp2-php8
/
cake
/
libs
/
cache
History
mark_story
5f612b7833
Making memcache cache adapter, set the expiry time of any value greater than 30 days to never expire. This works around the 30 day limitation of the PHP extension. Test case added.
Fixes
#1451
2011-01-13 20:27:10 -05: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
Making memcache cache adapter, set the expiry time of any value greater than 30 days to never expire. This works around the 30 day limitation of the PHP extension. Test case added.
Fixes
#1451
2011-01-13 20:27:10 -05:00
xcache.php
Removing closing PHP tags.
2010-05-11 08:07:49 +10:00