File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff 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
596599password
597600........
@@ -600,6 +603,11 @@ password
600603
601604When 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+
603611lifetime
604612........
605613
@@ -608,6 +616,11 @@ lifetime
608616The lifetime of the profiling storage in seconds. The data will be deleted
609617when 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+
611624matcher
612625.......
613626
You can’t perform that action at this time.
0 commit comments