Bastien THOMAS
Results
2
issues of
Bastien THOMAS
| Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix...
Bug
Status: Needs Review
Cache
### Symfony version(s) affected 7.3 (since 5.0) ### Description In [ArrayAdapter.php:339](https://github.com/symfony/symfony/blame/7.3/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php#L339), if `$value` contains a Closure, an Exception is triggered and `$this->values` get cleaned. ``` try { $serialized = serialize($value);...
Bug
Status: Needs Review
Cache