Skip to content

Commit

Permalink
Merge pull request #16525 from niden/T16263-deprecation-warnings
Browse files Browse the repository at this point in the history
T16263 deprecation warnings
  • Loading branch information
niden authored Feb 8, 2024
2 parents 56c1833 + 3a5844b commit 51e2d32
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 177 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- Fixed `Phalcon/Filter/Validation::validate()` and `Phalcon/Filter/Validation/ValidationInterface::validate()` to return also `bool` [#16337](https://github.com/phalcon/cphalcon/issues/16337)
- Fixed `Phalcon\Mvc\Model::toArray` to ignore getters when the field name is `source`. [#16514](https://github.com/phalcon/cphalcon/issues/16514)
- Fixed `Phalcon\Http\Request::getPut` to correctly get form encoded data [#16519](https://github.com/phalcon/cphalcon/issues/16519)
- Fixed deprecation warning in callables `Use of "static" in callables is deprecated` for PHP 8.2+ [#16263](https://github.com/phalcon/cphalcon/issues/16263)

### Removed

Expand Down
Loading

0 comments on commit 51e2d32

Please sign in to comment.