This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Cache/Adapter
Nicolas Grekas 973f295512 Merge branch '3.1'
* 3.1:
  Relax 1 test failing with latest PHP versions
  bumped Symfony version to 2.8.10
  [Cache] Minor cleanup
  Remove usage of __CLASS__ outside of a class
  [HttpKernel] Fix variable conflicting name
  [Process] Fix double-fread() when reading unix pipes
  [Process] Fix AbstractPipes::write() for a situation seen on HHVM (at least)
  [Validator] Fix dockblock typehint in XmlFileLoader
  bumped Symfony version to 3.1.4
  updated VERSION for 3.1.3
  updated CHANGELOG for 3.1.3
  bumped Symfony version to 2.8.10
  updated VERSION for 2.8.9
  updated CHANGELOG for 2.8.9
  bumped Symfony version to 2.7.17
  updated VERSION for 2.7.16
  update CONTRIBUTORS for 2.7.16
  updated CHANGELOG for 2.7.16

Conflicts:
	src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
	src/Symfony/Component/HttpKernel/Kernel.php
2016-08-05 10:52:18 +02:00
..
AbstractAdapter.php Merge branch '3.1' 2016-08-05 10:52:18 +02:00
AbstractTagAwareAdapter.php [Cache] Add tags based invalidation + TagAwareRedisAdapter 2016-06-17 17:55:45 +02:00
AdapterInterface.php [Cache] Optimize Chain adapter 2016-03-17 11:33:40 +01:00
ApcuAdapter.php [Cache] Rename nonce to version 2016-05-17 19:16:01 +02:00
ArrayAdapter.php [FrameworkBundle] Wire PhpArrayAdapter with a new cache warmer for annotations 2016-07-30 03:40:00 -04:00
ChainAdapter.php [Cache] Fix double fetch in ProxyAdapter 2016-06-14 07:54:16 +02:00
DoctrineAdapter.php [Cache] Normalize constructor arguments order 2016-04-04 11:41:14 +02:00
FilesystemAdapter.php Merge branch '3.1' 2016-07-28 13:15:50 +02:00
FilesystemAdapterTrait.php [Cache] Optimize & wire PhpFilesAdapter 2016-05-31 18:28:43 +02:00
NullAdapter.php [Cache] Create NullAdapter to disable cache if needed 2016-05-25 13:35:08 +02:00
PhpArrayAdapter.php [Cache] Add PhpArrayAdapter to use shared memory on PHP 7.0+ 2016-06-28 11:48:20 +02:00
PhpFilesAdapter.php [Cache] Optimize & wire PhpFilesAdapter 2016-05-31 18:28:43 +02:00
ProxyAdapter.php [Cache] Fix default lifetime being ignored 2016-07-27 10:15:52 +02:00
RedisAdapter.php Merge branch '3.1' 2016-06-29 07:43:10 +02:00
RedisAdapterTrait.php fixed missing use statement 2016-07-01 18:09:33 +02:00
TagAwareAdapterInterface.php fixed CS 2016-06-29 07:43:32 +02:00
TagAwareRedisAdapter.php [Cache] Add tags based invalidation + TagAwareRedisAdapter 2016-06-17 17:55:45 +02:00