Skip to content

Commit 2d79a32

Browse files
committed
Merge branch '2.2'
Conflicts: reference/configuration/framework.rst
2 parents 77d920f + 0dd8dd7 commit 2d79a32

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

reference/configuration/framework.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ Configuration
4242
* `assets_version`_
4343
* `assets_version_format`_
4444
* `profiler`_
45+
<<<<<<< HEAD
4546
* `collect`_
47+
=======
48+
* `enabled`_
49+
>>>>>>> 2.2
4650

4751
secret
4852
~~~~~~
@@ -389,6 +393,18 @@ would be ``/images/logo.png?version=5``.
389393
profiler
390394
~~~~~~~~
391395

396+
.. versionadded:: 2.2
397+
The ``enabled`` option was added in Symfony 2.2. Previously, the profiler
398+
could only be disabled by omitting the ``framework.profiler`` configuration
399+
entirely.
400+
401+
enabled
402+
.......
403+
404+
**default**: ``true`` in the ``dev`` and ``test`` environments
405+
406+
The profiler can be disabled by setting this key to ``false``.
407+
392408
.. versionadded:: 2.3
393409

394410
The ``collect`` option is new in Symfony 2.3. Previously, when ``profiler.enabled``

0 commit comments

Comments
 (0)