[PR #6905] Setup: Switch Apc -> Apcu and Memcache -> Memcached #10204

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

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/

**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/
admin added the pull-request label 2026-01-22 16:06:47 +01:00
admin closed this issue 2026-01-22 16:06:48 +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#10204