-
-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed deprecated and unused files from lib/Mage #3872
Conversation
There may be local.xml with this setting: <backend>Mage_Cache_Backend_Redis</backend> That needs to change to this after this PR: <backend>Cm_Cache_Backend_Redis</backend> Ref https://github.com/colinmollenhour/Cm_Cache_Backend_Redis. |
I'll make sure to write that in the release notes for v21 |
Found this: magento-lts/lib/Mage/DB/Mysqli.php Line 77 in 304a23c
oops...it's circular reference in Mage_DB_Mysqli |
exactly, that why I think it's time to clean out those files |
note that the PR targets |
THIS PR TARGETS V21
These files seem to be unused (unreferenced anywhere).
lib/Mage/Cache/Backend/Redis.php is also deprecated since many years (I've tested redis cache without this file and it works perfectly)