[PR #6971] Exception Call to undefined method Doctrine\Common\Cache\MemcachedCache::setMemcache() #10246

Closed
opened 2026-01-22 16:06:56 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/6971

State: closed
Merged: Yes


Executing Doctrine CLI: doctrine orm:schema-tool:create and with memcached extension 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

**Original Pull Request:** https://github.com/doctrine/orm/pull/6971 **State:** closed **Merged:** Yes --- Executing Doctrine CLI: `doctrine orm:schema-tool:create` and with memcached extension 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
admin added the pull-request label 2026-01-22 16:06:56 +01:00
admin closed this issue 2026-01-22 16:06:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#10246