[FEATURE] Support pecl-memcached in MemcachedBackend
The MemcachedBackend now also supports the pecl-memcached module. The caching backend detects which modules are installed and uses "memcache" over "memcached" to avoid being a breaking change. If both modules are installed, an integrator can choose the PECL module by setting the new ``peclModule`` option. Resolves: #69794 Releases: master Change-Id: Idd4e85cf8ec71d47217b63dfe55b1231107c7b82 Reviewed-on: https://review.typo3.org/43303 Reviewed-by:Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
Showing
- typo3/sysext/core/Classes/Cache/Backend/MemcachedBackend.php 104 additions, 33 deletionstypo3/sysext/core/Classes/Cache/Backend/MemcachedBackend.php
- typo3/sysext/core/Documentation/Changelog/master/Feature-69794-SupportPecl-memcachedInMemcachedBackend.rst 32 additions, 0 deletions...Feature-69794-SupportPecl-memcachedInMemcachedBackend.rst
- typo3/sysext/core/Tests/Unit/Cache/Backend/MemcachedBackendTest.php 2 additions, 2 deletions...xt/core/Tests/Unit/Cache/Backend/MemcachedBackendTest.php
Please register or sign in to comment