Skip to content

Commit 09ecf5f

Browse files
jameshalsallwouterj
authored andcommitted
Add deprecation warnings to relevant profiler options
1 parent 081c2d6 commit 09ecf5f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

reference/configuration/framework.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,10 @@ username
591591

592592
**type**: ``string`` **default**: ``''``
593593

594-
When needed, the username for the profiling storage.
594+
.. caution::
595+
596+
The ``framework.profiler.username`` setting is deprecated and will be
597+
removed as of Symfony 3.0.
595598

596599
password
597600
........
@@ -600,6 +603,11 @@ password
600603

601604
When needed, the password for the profiling storage.
602605

606+
.. caution::
607+
608+
The ``framework.profiler.password`` setting is deprecated and will be
609+
removed as of Symfony 3.0.
610+
603611
lifetime
604612
........
605613

@@ -608,6 +616,11 @@ lifetime
608616
The lifetime of the profiling storage in seconds. The data will be deleted
609617
when the lifetime is expired.
610618

619+
.. caution::
620+
621+
The ``framework.profiler.lifetime`` setting is deprecated and will be
622+
removed as of Symfony 3.0.
623+
611624
matcher
612625
.......
613626

0 commit comments

Comments
 (0)