You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug symfony#52762 [VarExporter] Work around php/php-src#12695 for lazy objects, fixing nullsafe-related behavior (nicolas-grekas)
This PR was merged into the 6.3 branch.
Discussion
----------
[VarExporter] Work around php/php-src#12695 for lazy objects, fixing nullsafe-related behavior
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | symfony#52753
| License | MIT
This PR fixes another issue discovered with `@arnaud`-lb while working on lazy-objects.
The root of the issue is described in php/php-src#12695 and this PR implements a fix based on a suggestion by `@iluuu1994`
Only ghost objects are affected; proxy objects are OK.
Commits
-------
b051700 [VarExporter] Work around php/php-src#12695 for lazy objects, fixing nullsafe-related behavior
0 commit comments