File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -591,7 +591,10 @@ username
591
591
592
592
**type **: ``string `` **default **: ``'' ``
593
593
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.
595
598
596
599
password
597
600
........
@@ -600,6 +603,11 @@ password
600
603
601
604
When needed, the password for the profiling storage.
602
605
606
+ .. caution ::
607
+
608
+ The ``framework.profiler.password `` setting is deprecated and will be
609
+ removed as of Symfony 3.0.
610
+
603
611
lifetime
604
612
........
605
613
@@ -608,6 +616,11 @@ lifetime
608
616
The lifetime of the profiling storage in seconds. The data will be deleted
609
617
when the lifetime is expired.
610
618
619
+ .. caution ::
620
+
621
+ The ``framework.profiler.lifetime `` setting is deprecated and will be
622
+ removed as of Symfony 3.0.
623
+
611
624
matcher
612
625
.......
613
626
You can’t perform that action at this time.
0 commit comments