1
0
mirror of synced 2025-02-09 00:39:25 +03:00
Rolando Caldas 8c2d090dc8
Exception Call to undefined method Doctrine\Common\Cache\MemcachedCache::setMemcache()
When memcached extension is loaded Doctrine\ORM\Tools\Setup.php  calls to setMemcache method. The MemcachedCache class has the setMemcached method instead. Changed this call in Setup to setMemcached and $memcache to $memcached to keep the name like the extension
2018-01-30 01:38:56 +01:00
..
2014-02-05 15:13:53 +01:00
2016-10-25 23:58:42 -03:00
2017-12-17 00:55:50 +01:00
2017-11-26 16:33:27 +01:00