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
In Symfony 2.3, Request::enableHttpMethodParameterOverride() is called by the FrameworkBundle by default (see #7202). But this means that the feature is enabled when using the FrameworkBundle and disabled when using the HttpFoundation component without the FrameworkBundle (see 0a380cf).
Could this be confusing? Do you think proper documentation is enough? Or should we make it disabled by default (FrameworkBundle) and just enable it in symfony/symfony-standard?