mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 10:36:16 +00:00
Readme update.
This commit is contained in:
parent
257f639606
commit
58e843e981
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -25,6 +25,15 @@ It means that composer will look at `master` branch of repository configured und
|
|||
|
||||
## Changelog
|
||||
|
||||
**2021-02-24**
|
||||
### 2021-12-20
|
||||
|
||||
- Fixed deprecation notices in PHP 8.1 for production code implementations:
|
||||
- `ArrayAccess`
|
||||
- `Countable`
|
||||
- `IteratorAggregate`
|
||||
- PHP 8.0 requirement in composer.json
|
||||
- **Warning:** Tests are not updated, Cake's tests rely on old version of PHPUnit so running them may show a lot of deprecations notices. Added issue to cover it: #7
|
||||
|
||||
### 2021-02-24
|
||||
|
||||
- Fixed ErrorHandler accordingly to PHP8 migration guide. Otherwise, error handler is logging too much and doesn't respect configured `error_reporting`.
|
||||
|
|
Loading…
Add table
Reference in a new issue