]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
xcache plugin is not recommended anymore
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 19 Jan 2015 19:36:29 +0000 (20:36 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 19 Jan 2015 19:36:29 +0000 (20:36 +0100)
INSTALL

diff --git a/INSTALL b/INSTALL
index 3396486692fe7ec027fa6c3f07be61352ffd818e..1781435a6af9d18665922847ea03dd836dbbd597 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -67,12 +67,9 @@ For some functionality, you will also need the following extensions:
                 will be emulated if not present.
 - exif          For thumbnails to be properly oriented.
 
-You may also experience better performance from your site if you install
-a PHP bytecode cache/accelerator. Currently the recommended cache module
-is 'xcache', which after installation (php5-xcache) can be enabled in
-your site's config.php with:
-
-    addPlugin('XCache');
+You may also experience better performance from your site if you configure
+a PHP cache/accelerator. Most distributions come with "opcache" support.
+Enable it in your php.ini, it is documented there together with its settings.
 
 Installation
 ============