Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down