[Phpslash-commit] CVS: phpslash-dev/public_html config-dist.php,1.24,1.25
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2004-09-20 16:16:49
|
Update of /cvsroot/phpslash/phpslash-dev/public_html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5578/phpslash-dev/public_html Modified Files: config-dist.php Log Message: Adding memcache support to jpcache Index: config-dist.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/config-dist.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** config-dist.php 15 Sep 2004 23:18:39 -0000 1.24 --- config-dist.php 20 Sep 2004 16:16:37 -0000 1.25 *************** *** 361,364 **** --- 361,371 ---- // collection is executed. Please check // first if this works on your mySQL! + + /** + * Memcache based caching settings + */ + $JPCACHE_MEMCACHE_HOST = "localhost"; // Memcache Server + $JPCACHE_MEMCACHE_PORT = "11211"; // Port + $JPCACHE_VERSION = "2.0.0rc1"; // Standard jpcache functions |