Skip to content

Commit 880da48

Browse files
committed
Deprecated the SYMFONY__ variables
1 parent 52404c9 commit 880da48

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

configuration/external_parameters.rst

Lines changed: 6 additions & 0 deletions
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)