forked from szepeviktor/w3-total-cache-fixed
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
memcached library support (szepeviktor#46)
PHP supports two memcached libraries: memcache and (the poorly named) memcached. w3tc only supports the memcache library extension. Because the memcache library is still not supported under php7 this only leaves the memcached library as the only option to get memcached daemon support. This update checks for and makes use of the memcached extension library if available, and thus, providing php7 support for a memcached server.
- Loading branch information
1 parent
3b1c6e4
commit a993431
Showing
3 changed files
with
49 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters