MFB: Add warning that caching has been removed from eAccelerator 0.9.5 (Request ...
authorJan Schneider <jan@horde.org>
Wed, 21 Apr 2010 08:12:11 +0000 (10:12 +0200)
committerJan Schneider <jan@horde.org>
Thu, 22 Apr 2010 10:53:58 +0000 (12:53 +0200)
horde/config/conf.xml

index 4b332dd..fd3e5f5 100644 (file)
    commonly processed objects.">file
     <case name="none" desc="Don't cache any objects"/>
     <case name="apc" desc="Use the APC cache"/>
-    <case name="eaccelerator" desc="Use the eAccelerator cache">
+    <case name="eaccelerator" desc="Use the eAccelerator cache (up to version
+    0.9.5)">
      <configdescription>
      eAccelerator must be built with --with-eaccelerator-shared-memory at
-     compile time to allow caching.
+     compile time to allow caching. &lt;strong&gt;WARNING:&lt;/strong&gt; The
+     cache functionality has been removed with eAccelerator version 0.9.6. If
+     you want to use the eAccelerator cache driver, you need version 0.9.5 or
+     lower.
      </configdescription>
     </case>
     <case name="memcache" desc="Use a Memcache server"/>