Details
Details
- Reviewers
amckinley - Maniphest Tasks
- T13164: Plans: 2018 Week 31 - 33 Bonus Content
- Commits
- rPdf31405d64a4: Improve compatibility of "Config > Cache Status" across APCu versions
- Locally, with newer APCu, saw no behavioral change.
- Will double check on admin, which has an older APCu with the "key" behavior.
- (I hunted this down by dumping apcu_cache_info() on admin to see what was going on.)
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/applications/cache/spec/PhabricatorDataCacheSpec.php | ||
---|---|---|
118–122 | Previously, we would send <unknown-key> into getKeyPattern(), which would turn it into <other-namespace> most of the time, making the problem less obvious. I tweaked this so we retain <unknown-key>. |