1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-28 22:49:16 +01:00
phorge-phorge/src/applications/cache/spec
epriestley df31405d64 Improve compatibility of "Config > Cache Status" across APCu versions
Summary:
Ref T13164. See PHI790. Older versions of APCu reported cache keys as "key" from `apcu_cache_info()`. APC and newer APCu report it as "info".

Check both indexes for compatibility.

Test Plan:
  - 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.)

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13164

Differential Revision: https://secure.phabricator.com/D19569
2018-08-08 15:07:03 -07:00
..
PhabricatorCacheSpec.php Add dialog to purge opcode/data caches 2015-09-10 14:19:02 -07:00
PhabricatorDataCacheSpec.php Improve compatibility of "Config > Cache Status" across APCu versions 2018-08-08 15:07:03 -07:00
PhabricatorOpcodeCacheSpec.php Capitalize "OPcache" more consistently 2018-07-26 12:15:57 -07:00