sbergmann               Sat Mar 10 23:46:58 2001 EDT

  Modified files:              
    /php4/pear/Cache    Output.php 
  Log:
  Updated example.
  
Index: php4/pear/Cache/Output.php
diff -u php4/pear/Cache/Output.php:1.10 php4/pear/Cache/Output.php:1.11
--- php4/pear/Cache/Output.php:1.10     Thu Mar  8 03:57:15 2001
+++ php4/pear/Cache/Output.php  Sat Mar 10 23:46:58 2001
@@ -17,7 +17,7 @@
 // |          Vinai Kopp <[EMAIL PROTECTED]>                           |
 // +----------------------------------------------------------------------+
 //
-// $Id: Output.php,v 1.10 2001/03/08 11:57:15 chregu Exp $
+// $Id: Output.php,v 1.11 2001/03/11 07:46:58 sbergmann Exp $
 
 require_once 'Cache.php';
 
@@ -35,7 +35,7 @@
 * Usage example:
 *
 *  // place this somewhere in a central config file
-*  define(CACHE_STORAGE_CLASS, "cache_container_file");
+*  define(CACHE_STORAGE_CLASS, "file");
 * // file storage needs a dir to put the cache files
 * define(CACHE_DIR, "/var/tmp/");
 *



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to