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
minor #60285 [Form][HttpFoundation] Fix overwriting an array element (wkania)
This PR was merged into the 6.4 branch.
Discussion
----------
[Form][HttpFoundation] Fix overwriting an array element
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
`empty_data` is overwritten in the line 51-52
`$server['SCRIPT_NAME']` is assigned twice with the same value:
line 609 and 610
line 734 and 737
Commits
-------
d49a058bd4d Fix overwriting an array element
0 commit comments