Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

details which should be the recommended pecl package #1

Open
wants to merge 1 commit into
base: 8.x-2.x
Choose a base branch
from
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