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
When creating a Symfony\Component\HttpFoundation\Request object several server parameters are set, including REQUEST_TIME. However, the float equivalent REQUEST_TIME_FLOAT is not set. I tried looking for documentation about this to no avail. Is this intentional? Could we open a feature request to include it?
The text was updated successfully, but these errors were encountered:
…cting a Request object (ctasada)
This PR was merged into the 4.4 branch.
Discussion
----------
[HttpFoundation] Setting `REQUEST_TIME_FLOAT` when constructing a Request object
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#38019
| License | MIT
| Doc PR | -
When creating a new Request object `REQUEST_TIME_FLOAT` was not set by default.
Replaces broken 39952 PR :(
Commits
-------
c52c1e0 [HttpFoundation] Setting `REQUEST_TIME_FLOAT` when constructing a Request object
When creating a Symfony\Component\HttpFoundation\Request object several server parameters are set, including REQUEST_TIME. However, the float equivalent REQUEST_TIME_FLOAT is not set. I tried looking for documentation about this to no avail. Is this intentional? Could we open a feature request to include it?
The text was updated successfully, but these errors were encountered: