View Issue Details

IDProjectCategoryView StatusLast Update
0006485OXID eShop (all versions)4.08. Cachepublic2016-08-19 10:01
Reporter[email protected] Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionno change required 
PlatformLinuxOSRHELOS Version6
Product Version4.10.1 / 5.3.1 
Summary0006485: Memcache not recognized
DescriptionWe use RHEL 6 with PHP 5.6 and the memcache module. The shop does not recognize our memcache server because there is only a memcached connector which checks for the php module "memcached". Please add also support for the "memcache" module simply by adding a new connector or checking for "memcache" or "memcached" module in file oxmemcachedcacheconnector.php line 50.
Steps To ReproduceInstall memcache instead of memcached module and try to activate memcache cache in oxid backend.
TagsNo tags attached.
ThemeAll
BrowserAll
PHP Version5.6
Database Version5.6

Activities

QA

2016-08-19 10:01

administrator   ~0011747

memcache and memcached are different modules. OXID supports memcached.
http://php.net/manual/en/book.memcached.php
http://php.net/manual/en/book.memcache.php