zendframework1-doctrine2
zendframework1-doctrine2 copied to clipboard
DoctrineContainer.php does not handle error if memcache extension is not loaded
in startCacheInstance there is no check if Memcache class exists, it is just called. Would be nice if memcache extension is not loaded and class does not exist, cache instance would fall back to no cache.