87 lines
1.9 KiB
Markdown
87 lines
1.9 KiB
Markdown
# Changelog 4.0.5 (2020-03-15)
|
|
|
|
- fix "symfony/var-exporter" for OpCache
|
|
|
|
# Changelog 4.0.4 (2020-03-15)
|
|
|
|
- use "symfony/var-exporter" for OpCache
|
|
|
|
-> better performance, because we don't need to serialize the data
|
|
|
|
-> but it's optional, because it required PHP >= 7.1
|
|
|
|
# Changelog 4.0.3 (2019-11-18)
|
|
|
|
- "iSerializer" -> add "getName()"
|
|
- fix usage of "file_put_contents"
|
|
- fix errors from php 7.4
|
|
- fix return of "CacheChain" (return true, if one cache-instance was successfully)
|
|
|
|
|
|
# Changelog 4.0.2 (2019-04-23)
|
|
|
|
- fix errors reported by phpstan (level 7)
|
|
- fix for APC(u) + CLI usage
|
|
- fix & new tests for "CacheChain" -> now accepts Cache objects instead of "iCache"
|
|
|
|
|
|
# Changelog 4.0.1 (2019-03-03)
|
|
|
|
- hide "warning" about Zend OPcache API is restricted by "restrict_api"
|
|
|
|
|
|
# Changelog 4.0.0 (2019-02-24)
|
|
|
|
- add "CacheAdapterAutoManager"
|
|
- fix typos in "CachePsr16"
|
|
- "iCache->setItemToDate()" now accepts DateTimeInterface instead of DateTime
|
|
|
|
|
|
# Changelog 3.2.2 (2018-12-21)
|
|
|
|
- fix APC(u) detection for CLI usage
|
|
|
|
|
|
# Changelog 3.2.1 (2018-12-20)
|
|
|
|
- use phpcs fixer
|
|
|
|
|
|
# Changelog 3.2.0 (2018-12-03)
|
|
|
|
- "AdapterOpCache" -> use "opcache_compile_file()"
|
|
- add "AdapterFileSimple" + tests
|
|
- "Cache" -> add the possibility to disable the cache behavior via constructor() -> "disableCacheGetParameter, useCheckForAdminSession, useCheckForServerIpIsClientIp, useCheckForDev"
|
|
|
|
|
|
# Changelog 3.1.1 (2018-01-07)
|
|
|
|
- "AdapterApcu" -> fixed php-warning from "apcu_clear_cache()"
|
|
|
|
|
|
# Changelog 3.1.0 (2018-01-07)
|
|
|
|
- "AdapterOpCache" -> added
|
|
- "AdapterFile" -> remove duplicate file-get code
|
|
|
|
|
|
# Changelog 3.0.2 (2017-12-14)
|
|
|
|
- "AdapterFile" -> fix php warning
|
|
|
|
|
|
# Chabgelog 3.0.1 (2017-12-01)
|
|
|
|
- fix return from the "CacheChain"-class
|
|
- update phpunit-config
|
|
|
|
|
|
# Changelog 3.0.0 (2017-11-25)
|
|
|
|
- drop support for PHP < 7.0
|
|
- use "strict_types"
|
|
|
|
|
|
# Changelog 2.4.0 (2017-10-06)
|
|
|
|
- add support for PSR-16 |