aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/cache/driver/memory.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/15791] php 7.2 count() bug in memory cache driverhubaishan2018-09-161-2/+3
| | | | | | | function `_read` in classes inherted from `memory` may returns `false` but `$vars` must be an array PHPBB3-15791
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
| | | | PHPBB3-14972
* [ticket/14555] Uniformize cache directory usagesTristan Darricau2016-03-241-2/+2
| | | | PHPBB3-14555
* [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-2/+3
| | | | PHPBB3-13494
* Merge branch 'develop-ascraeus' into developJoas Schilling2014-10-061-2/+14
|\
| * [ticket/11224] Revert Revert "Merge pull request #2460 from ticket/11224"Tristan Darricau2014-10-031-2/+14
| | | | | | | | This reverts commit 40cd7570e6f4da7cc60d83a3e99c72a2fb99e3f7.
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-10-011-14/+2
|\ \ | |/
| * [ticket/11224] Revert "Merge pull request #2460 from Nicofuma/ticket/11224"Joas Schilling2014-10-011-14/+2
| | | | | | | | | | | | | | This reverts commit d26436944173d1fa28a1abd96bca861381246860, reversing changes made to 75fcfb1c1d68f1632e7beae3f59699ddff8e5292. PHPBB3-11224
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-10-011-2/+14
|\ \ | |/
| * Merge pull request #2460 from Nicofuma/ticket/11224Joas Schilling2014-10-011-2/+14
| | | | | | | | [ticket/11224] SQL cache destroy does not destroy queries to tables joined
* | Merge branch 'develop-ascraeus' into developNils Adermann2014-08-081-171/+0
|\ \ | |/ | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12789] Move duplicated functions to the base class [ticket/12789] Remove the directories in \phpbb\cache\driver\memory::purge() Conflicts: phpBB/phpbb/cache/driver/file.php phpBB/phpbb/cache/driver/memory.php
| * [ticket/12789] Move duplicated functions to the base classTristan Darricau2014-08-081-215/+0
| | | | | | | | PHPBB3-12789
| * [ticket/12789] Remove the directories in \phpbb\cache\driver\memory::purge()Tristan Darricau2014-08-081-13/+57
| | | | | | | | PHPBB3-12789
* | [ticket/12387] Use the hash as query_id for cachingTristan Darricau2014-06-221-6/+5
|/ | | | PHPBB3-12387
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
| | | | PHPBB3-12594
* [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-1/+1
| | | | PHPBB3-12282
* [ticket/11230] Update cache driver dock blocksMatt Friedman2014-03-221-0/+4
| | | | PHPBB3-12230
* [ticket/11230] Use inheritdoc in docblocks in cache driversMatt Friedman2014-03-191-15/+15
| | | | | | http://tracker.phpbb.com/browse/PHPBB3-11230 PHPBB3-11230
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | PHPBB3-11980
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-2/+4
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+439
PHPBB3-11698