mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
The official image from streamline does not currently work for the arm64 platform. As a temporary measure, the source code and docker build scripts have been lifted from the official images and are used to build locally. Some additional modifications are made to reduce overall image size, these are documented in docker/README.md
17 lines
726 B
Markdown
17 lines
726 B
Markdown
# Upgrade to 1.4
|
|
|
|
## Minor BC Break: `Doctrine\Common\Cache\FileCache#$extension` is now `private`.
|
|
|
|
If you need to override the value of `Doctrine\Common\Cache\FileCache#$extension`, then use the
|
|
second parameter of `Doctrine\Common\Cache\FileCache#__construct()` instead of overriding
|
|
the property in your own implementation.
|
|
|
|
## Minor BC Break: file based caches paths changed
|
|
|
|
`Doctrine\Common\Cache\FileCache`, `Doctrine\Common\Cache\PhpFileCache` and
|
|
`Doctrine\Common\Cache\FilesystemCache` are using a different cache paths structure.
|
|
|
|
If you rely on warmed up caches for deployments, consider that caches generated
|
|
with `doctrine/cache` `<1.4` are not compatible with the new directory structure,
|
|
and will be ignored.
|