zendframework1-doctrine2 icon indicating copy to clipboard operation
zendframework1-doctrine2 copied to clipboard

DoctrineContainer.php does not handle error if memcache extension is not loaded

Open jusurb opened this issue 14 years ago • 0 comments

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.

jusurb avatar Jan 17 '12 15:01 jusurb