Daniele Bonini (皮夕): WebDev and DevOps by lots of Sim.pli.city bits пре 3 година
родитељ
комит
b545864f1d
1 измењених фајлова са 13 додато и 2 уклоњено
  1. 13 2
      README.md

+ 13 - 2
README.md

@@ -1,2 +1,13 @@
-# FastCached
-FastCache class (Memcached), the smart Cache class - BSD License
+ FastCache    
+
+ FastCache class (using Memcached)  
+
+ @package  OpenGallery   http://github.com/par7133     
+ @author   Daniele Bonini <my25mb@aol.com>    
+ @version  2.0    
+ @phpver   7.4 up     
+ @access   public    
+ @note You have to declare in your "config.inc" file - or whatever file you    
+ use for the purpose, the following global constants:    
+ define('CACHE_HOST', "localhost");    
+ define('CACHE_PORT', "11211");