8000 Merge branch '6.3' into 6.4 · symfony/symfony-docs@3a54a22 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a54a22

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: Deprecate not setting a value for http_method_override option
2 parents 10534da + 329c69e commit 3a54a22

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

reference/configuration/framework.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,11 @@ The **default value** is:
208208
* ``false``, if you've created a new Symfony application or updated the Symfony
209209
Flex recipes. This is also the default value starting from Symfony 7.0.
210210

211+
.. deprecated:: 6.1
212+
213+
Not setting a value explicitly for this option is deprecated since Symfony 6.1
214+
because the default value will change to ``false`` in Symfony 7.0.
215+
211216
.. seealso::
212217

213218
:ref:`Changing the Action and HTTP Method <forms-change-action-method>` of
@@ -231,7 +236,6 @@ The **default value** is:
231236
$request = Request::createFromGlobals();
232237
// ...
233238

234-
235239
.. _configuration-framework-http_method_override:
236240

237241
trust_x_sendfile_type_header

0 commit comments

Comments
 (0)
0