Skip to content

Commit 7006c48

Browse files
committed
minor #7738 Deprecated the SYMFONY__ variables (javiereguiluz)
This PR was merged into the master branch. Discussion ---------- Deprecated the SYMFONY__ variables This fixes #7695. Commits ------- 880da48 Deprecated the SYMFONY__ variables
2 parents 1ccc224 + 880da48 commit 7006c48

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

configuration/external_parameters.rst

+6
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@ of the following:
114114
115115
.. tip::
116116

117+
.. versionadded:: 3.3
118+
The support of the special ``SYMFONY__`` environment variables was
119+
deprecated in Symfony 3.3 and it will be removed in 4.0. Instead of
120+
using those variables, define regular environment variables and get
121+
their values using the ``%env(...)%`` syntax in your config files.
122+
117123
You can also define the default value of any existing parameters using
118124
special environment variables named after their corresponding parameter
119125
prefixed with ``SYMFONY__`` after replacing dots by double underscores

0 commit comments

Comments
 (0)