Skip to content

Commit 5aeec90

Browse files
committed
feature #6908 Add deprecation warnings to relevant profiler options (jameshalsall)
This PR was submitted for the 2.7 branch but it was merged into the 2.8 branch instead (closes #6908). Discussion ---------- Add deprecation warnings to relevant profiler options Related to #6903 Commits ------- 09ecf5f Add deprecation warnings to relevant profiler options
2 parents 081c2d6 + 09ecf5f commit 5aeec90

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)