mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #6905] Setup: Switch Apc -> Apcu and Memcache -> Memcached #10204
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/doctrine/orm/pull/6905
State: closed
Merged: Yes
Quick fix for 2.6 release.
Without this change it would be impossible to autoconfigure APC/Memcache since previous extensions do not exist anymore in 7.1 world [1][2]. Removed XCache, never upgraded to PHP 7 [3].
Marked as BC break, but it's really not one since those extensions wouldn't just work - this is actually broken by requiring PHP 7.1.
[1] https://pecl.php.net/package-changelog.php?package=APC&release=3.1.13
[2] https://pecl.php.net/package-changelog.php?package=memcache&release=3.0.8
[3] https://xcache.lighttpd.net/