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.
750
+
751
+
The value can either:
752
+
753
+
``'!php/const PHP_QUERY_RFC1738'``
754
+
Encode spaces as ``+`` according to `RFC 1738`_
755
+
``'!php/const PHP_QUERY_RFC3986'``
756
+
Encode spaces as ``%20`` according to `RFC 3986`_
757
+
743
758
.. _config-framework-session:
744
759
745
760
session
@@ -1979,6 +1994,8 @@ available, or to ``flock`` otherwise. Store's DSN are also allowed.
1979
1994
.. _`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