Commit d157aa7
committed
bug symfony#61246 [VarDumper] Use unique identifier for
This PR was merged into the 6.4 branch.
Discussion
----------
[VarDumper] Use unique identifier for `RequestContextProvider`
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no <!-- if yes, also update src/**/CHANGELOG.md -->
| Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md -->
| Issues | Fix symfony#61130 <!-- prefix each issue number with "Fix #"; no need to create an issue if none exists, explain below -->
| License | MIT
Creates unique identifier for vardumper when running `bin/console server:dump` / `bin/console server:dump --format=html`. The fix in the `RequestContextProvider` now uses `hash('crc32b')` in combination with `$_SERVER['REQUEST_TIME_FLOAT']`, which is the same as the `CliContextProvider`.
Commits
-------
73c57e6 Use unique identifier for RequestContextProviderRequestContextProvider (ToshY)File tree
2 files changed
+2
-2
lines changed- src/Symfony/Component/VarDumper/Dumper/ContextProvider
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
0 commit comments