From f7f48251d0d2333e2445e36d9819b87dc720fbb7 Mon Sep 17 00:00:00 2001 From: David ROBIN Date: Mon, 14 Jan 2019 09:49:56 +0100 Subject: [PATCH] details which should be the recommended pecl package Hi, --- README.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 6705434..c6e939d 100644 --- a/README.txt +++ b/README.txt @@ -10,9 +10,14 @@ the 7.x-1.x version of this module! - PHP 5.5 or greater - Availability of a memcached daemon: http://memcached.org/ - One of the two PECL memcache packages: - - http://pecl.php.net/package/memcache (recommended) + - http://pecl.php.net/package/memcache - http://pecl.php.net/package/memcached +### How to choose between these 2 packages ? ### +http://pecl.php.net/package/memcache is recommended if you have deamon running on the same instance as your php server and that your php major version allows it. +http://pecl.php.net/package/memcached is recommended if your daemon is not on the same instance and if your php major version is 7. + + For more detailed instructions on installing a memcached daemon or either of the memcache PECL extensions, please see the documentation online at https://www.drupal.org/node/1131458 which includes links to external