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 #7890 [HttpFoundation] Fix clearstatcache first arg (ogizanagi)
This PR was merged into the 2.7 branch.
Discussion
----------
[HttpFoundation] Fix clearstatcache first arg
According to http://php.net/manual/en/function.clearstatcache.php:
> **filename**
Clear the realpath and the stat cache for a specific filename only; _only used if **clear_realpath_cache** is **TRUE**_.
So it seems either we provide the second argument and set the first one to `true`, either the second arg is not used at all.
Commits
-------
92cc724 [HttpFoundation] Fix clearstatcache first arg
0 commit comments