Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add documentation for query_enc_type configuration#10073

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletionsreference/configuration/framework.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -123,6 +123,7 @@ Configuration
* `strict_requirements`_
* `type`_
* `utf8`_
* `query_encoding_type`_

* `secret`_
* `serializer`_
Expand DownExpand Up@@ -758,6 +759,21 @@ If the charset of your application is UTF-8 (as defined in the
recommended to set it to ``true``. This will make non-UTF8 URLs to generate 404
errors.

query_encoding_type
...................

**type**: ``string`` **default**: ``'!php/const PHP_QUERY_RFC3986'``

Determines how the routing generator encodes spaces in query strings.

The value can either:

``'!php/const PHP_QUERY_RFC1738'``
Encode spaces as ``+`` according to `RFC 1738`_
``'!php/const PHP_QUERY_RFC3986'``
Encode spaces as ``%20`` according to `RFC 3986`_


.. _config-framework-session:

session
Expand DownExpand Up@@ -2167,6 +2183,8 @@ available, or to ``flock`` otherwise. Store's DSN are also allowed.
.. _`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
.. _`Doctrine Cache`: http://docs.doctrine-project.org/projects/doctrine-common/en/latest/reference/caching.html
.. _`egulias/email-validator`: https://github.com/egulias/EmailValidator
.. _`RFC 1738`: https://tools.ietf.org/html/rfc1738
.. _`RFC 3986`: https://tools.ietf.org/html/rfc3986
.. _`RFC 5322`: https://tools.ietf.org/html/rfc5322
.. _`PhpStormProtocol`: https://github.com/aik099/PhpStormProtocol
.. _`phpstorm-url-handler`: https://github.com/sanduhrs/phpstorm-url-handler
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp