|  Download Upgrade to 1.4Minor BC Break: Doctrine\Common\Cache\FileCache#$extensionis nowprivate.If you need to override the value of Doctrine\Common\Cache\FileCache#$extension, then use the
second parameter ofDoctrine\Common\Cache\FileCache#__construct()instead of overriding
the property in your own implementation. Minor BC Break: file based caches paths changedDoctrine\Common\Cache\FileCache,Doctrine\Common\Cache\PhpFileCacheandDoctrine\Common\Cache\FilesystemCacheare using a different cache paths structure.
 If you rely on warmed up caches for deployments, consider that caches generated
with doctrine/cache<1.4are not compatible with the new directory structure,
and will be ignored. |