aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/cache/driver/apcu.php
Commit message (Collapse)AuthorAgeFilesLines
* [PHPBB3-15247] Add support for php v7 APCu cache APIv12mike2017-06-261-0/+70
Add new cache driver apcu.php (based closely on existing APC cache driver) Add new unit test apcu_driver_test.php for the new driver Update RUNNING_TESTS.md to clarify requirements for apc, apcu and apc_bc extensions and add a couple of general hints to RUNNING_TESTS.md PHPBB3-15247