ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:userguide:memcached

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
v5:userguide:memcached [2017/04/18 10:36] – Reorder sections dregadv5:userguide:memcached [2019/12/16 00:53] mnewnham
Line 5: Line 5:
  
 ===== The Memcache Library ===== ===== The Memcache Library =====
-There are 2 PEAR modules for connecting to a [[wp>Memcached]] server: the [[https://pecl.php.net/package/memcache|Memcache]] library and the [[https://pecl.php.net/package/memcached|Memcached]] library.+There are 2 distinct PEAR modules for connecting to a [[wp>Memcached]] server: the [[https://pecl.php.net/package/memcache|Memcache]] library and the [[https://pecl.php.net/package/memcached|Memcached]] library.
 <WRAP tip> <WRAP tip>
   * Windows support is only available for the //Memcache// library.   * Windows support is only available for the //Memcache// library.
Line 12: Line 12:
   * If both libraries are available, //Memcache// will be used.   * If both libraries are available, //Memcache// will be used.
 </WRAP> </WRAP>
 +===== Why can't I use the memcached library under Windows? ===== 
 +The memcached library is much more heavily featured, more modern and better maintained. The problem with it is not a problem with ADOdb, nor a problem with PHP. The PHP module is dependent on the 3rd party library **libmemcache**, which has no Windows support. Any Windows DLLs you might find floating around the web will __always__ be built on the memcache library.
  
  
v5/userguide/memcached.txt · Last modified: 2022/03/29 18:29 by dregad