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
Determines how the routing generator encodes spaces in query strings.
768
+
769
+
The value can either:
770
+
771
+
``'!php/const PHP_QUERY_RFC1738'``
772
+
Encode spaces as ``+`` according to `RFC 1738`_
773
+
``'!php/const PHP_QUERY_RFC3986'``
774
+
Encode spaces as ``%20`` according to `RFC 3986`_
775
+
776
+
761
777
.. _config-framework-session:
762
778
763
779
session
@@ -2167,6 +2183,8 @@ available, or to ``flock`` otherwise. Store's DSN are also allowed.
2167
2183
.. _`Security Advisory Blog post`:https://symfony.com/blog/security-releases-symfony-2-0-24-2-1-12-2-2-5-and-2-3-3-released#cve-2013-4752-request-gethost-poisoning