Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[VarDumper] Use unique identifier forRequestContextProvider#61246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This comment has been minimized.
This comment has been minimized.
ToshY commentedJul 26, 2025
Accidently clicked to fast on create PR. As it's a bug, based and targeted on |
src/Symfony/Component/VarDumper/Dumper/ContextProvider/RequestContextProvider.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
RequestContextProvidersrc/Symfony/Component/VarDumper/Dumper/ContextProvider/RequestContextProvider.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
a0e4af9 to46bb36eCompare46bb36e to73c57e6Comparenicolas-grekas commentedJul 29, 2025
Thank you@ToshY. |
d157aa7 intosymfony:6.4Uh oh!
There was an error while loading.Please reload this page.
Creates unique identifier for vardumper when running
bin/console server:dump/bin/console server:dump --format=html. The fix in theRequestContextProvidernow useshash('crc32b')in combination with$_SERVER['REQUEST_TIME_FLOAT'], which is the same as theCliContextProvider.