Support new PECL extension?
killes@www.drop.org - April 23, 2009 - 22:35
| Project: | Memcache API and Integration |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
There's a new memcached PECL extension, http://pecl.php.net/package/memcached, anybody interesting in making this module use it?

#1
dupe of #427440: Suport 3.x versions of the PECL package
#2
This is not a duplicate. The 3.x version of the memcache PECL extension (notice no d at the end) is not the same thing as the memcached PECL extension (notice the d at the end). I know that it seems like a minor difference, but they support different APIs. The memcached PECL extension supports a lot more of the functionality built into memcached (the daemon) than the memcache module does (currently into 3.x version). The version of the memcached module is 0.15.
I personally think we should wait on supporting memcached module until it is a little more stable. I did look at the API and the code and it looks very nice however.
Changing status to active.