mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-15 03:12:41 +01:00
df21391b8e
Summary: See PHI36. APCu originally had `apc_` methods, but at some point dropped these and only provides `apcu_` methods. When the `apcu_` method is present, use it. It may not be present for older versions of APCu, so keep the fallback. Test Plan: - With modern APCu, clicked "Purge Caches" in Config > Caches. - Before: fatal on bad `apc_clear_caches` call. - After: Valid cache clear. Reviewers: chad Reviewed By: chad Differential Revision: https://secure.phabricator.com/D18449 |
||
---|---|---|
.. | ||
__tests__ | ||
garbagecollector | ||
management | ||
purger | ||
spec | ||
storage | ||
PhabricatorCachedClassMapQuery.php | ||
PhabricatorCaches.php | ||
PhabricatorKeyValueDatabaseCache.php | ||
PhabricatorKeyValueSerializingCacheProxy.php |