WinCache Support
Consider adding WinCache support. This is the newest, and so far the best caching system for windows servers.
4 comments
-
Søren Gregersen
commented
That is for vBSEO 3.6 gold
-
Søren Gregersen
commented
Hi there,
I added support for wincache in about 5 minutes, by fixing the files below:
functions_vbseocp.php,213 : add "5 => 'WinCache '.self::lang(function_exists('wincache_ucache_get') ? 'supported' : 'unsupported'),"
functions_vbseo_cache.php.97: add "case 5:
$rdata = wincache_ucache_get(VBSEO_CACHE_VAR);
break;
"
functions_vbseo_cache.php.124: add "case 5:
$rdata = wincache_ucache_delete(VBSEO_CACHE_VAR);
break;
"functions_vbseo_cache.php.160: add "case 5:
wincache_ucache_set(VBSEO_CACHE_VAR, $value, VBSEO_MEMCACHE_TTL);
break;
"The line number might not be 100% accurate, so please have a backup ready of any file you change in case it dosen't work.
-
KP
commented
I'd also like to see it supported.
Windows Cache Extension for PHP = "wincache"
http://www.iis.net/download/wincacheforphp -
Ben
commented
I second this. Would be nice to bring VBSEO inline with all my other scripts that can utilize it :)