Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.11.1
-
Component/s: Zend_Cache
-
Labels:None
Description
Zend_Cache_Backend does not support Memcached from the 'memcached' extension side.
This has been brought up several times, however, I have one called "Memcached2" that provides the memcached extension availability. This was somewhat forked from the current Zend_Cache_Backend_Memcached, with some slight modifications to support what Memcached does.
This has the same tests that the current Zend_Cache_Backend_Memcached does and passes all of them.
Attached is the patch file.
Patch for Memcached2.
Changes:
M tests/TestConfiguration.php.dist
M tests/Zend/Cache/SkipTests.php
M tests/Zend/Cache/AllTests.php
A tests/Zend/Cache/Memcached2BackendTest.php
A library/Zend/Cache/Backend/Memcached2.php