This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony
Nicolas Grekas 8bc5679bcc bug #39795 Dont allow unserializing classes with a destructor - 5.1 (jderusse)
This PR was merged into the 5.1 branch.

Discussion
----------

Dont allow unserializing classes with a destructor - 5.1

| Q             | A
| ------------- | ---
| Branch?       | 5.1
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

Prevent destructors with side-effects from being unserialized

Commits
-------

07402f4af3 Dont allow unserializing classes with a destructor - 5.1
2021-01-12 10:31:38 +01:00
..
Bridge Use ::class keyword when possible 2021-01-11 11:34:08 +01:00
Bundle Use ::class keyword when possible 2021-01-11 11:34:08 +01:00
Component bug #39795 Dont allow unserializing classes with a destructor - 5.1 (jderusse) 2021-01-12 10:31:38 +01:00
Contracts Merge branch '4.4' into 5.1 2021-01-11 10:50:50 +01:00