@@ -31,7 +31,7 @@ Configuration
31
31
* :ref: `enabled <reference-form-enabled >`
32
32
* `csrf_protection `_
33
33
* :ref: `enabled <reference-csrf_protection-enabled >`
34
- * `field_name `_ (deprecated as of 2.4)
34
+ * `field_name `_ (deprecated since 2.4)
35
35
* `esi `_
36
36
* :ref: `enabled <reference-esi-enabled >`
37
37
* `fragments `_
@@ -43,9 +43,9 @@ Configuration
43
43
* `only_exceptions `_
44
44
* `only_master_requests `_
45
45
* `dsn `_
46
- * `username `_
47
- * `password `_
48
- * `lifetime `_
46
+ * `username `_ (deprecated since 2.8)
47
+ * `password `_ (deprecated since 2.8)
48
+ * `lifetime `_ (deprecated since 2.8)
49
49
* `matcher `_
50
50
* `ip `_
51
51
* :ref: `path <reference-profiler-matcher-path >`
@@ -433,8 +433,8 @@ field_name
433
433
434
434
.. caution ::
435
435
436
- The ``framework.csrf_protection.field_name `` setting is deprecated as
437
- of Symfony 2.4, use ``framework.form.csrf_protection.field_name `` instead.
436
+ The ``framework.csrf_protection.field_name `` setting is deprecated since
437
+ Symfony 2.4, use ``framework.form.csrf_protection.field_name `` instead.
438
438
439
439
**type **: ``string `` **default **: ``"_token" ``
440
440
@@ -589,38 +589,38 @@ The DSN where to store the profiling information.
589
589
username
590
590
........
591
591
592
- **type **: ``string `` **default **: ``'' ``
593
-
594
592
.. caution ::
595
593
596
- The ``framework.profiler.username `` setting is deprecated and will be
597
- removed as of Symfony 3.0.
594
+ The ``framework.profiler.username `` setting is deprecated since Symfony 2.8
595
+ and will be removed in Symfony 3.0.
596
+
597
+ **type **: ``string `` **default **: ``'' ``
598
598
599
599
password
600
600
........
601
601
602
- ** type **: `` string `` ** default **: `` '' ``
602
+ .. caution ::
603
603
604
- When needed, the password for the profiling storage.
604
+ The ``framework.profiler.password `` setting is deprecated since Symfony 2.8
605
+ and will be removed in Symfony 3.0.
605
606
606
- .. caution ::
607
+ ** type **: `` string `` ** default **: `` '' ``
607
608
608
- The ``framework.profiler.password `` setting is deprecated and will be
609
- removed as of Symfony 3.0.
609
+ When needed, the password for the profiling storage.
610
610
611
611
lifetime
612
612
........
613
613
614
+ .. caution ::
615
+
616
+ The ``framework.profiler.lifetime `` setting is deprecated since Symfony 2.8
617
+ and will be removed in Symfony 3.0.
618
+
614
619
**type **: ``integer `` **default **: ``86400 ``
615
620
616
621
The lifetime of the profiling storage in seconds. The data will be deleted
617
622
when the lifetime is expired.
618
623
619
- .. caution ::
620
-
621
- The ``framework.profiler.lifetime `` setting is deprecated and will be
622
- removed as of Symfony 3.0.
623
-
624
624
matcher
625
625
.......
626
626
@@ -1555,9 +1555,9 @@ Full Default Configuration
1555
1555
only_exceptions : false
1556
1556
only_master_requests : false
1557
1557
dsn : file:%kernel.cache_dir%/profiler
1558
- username :
1559
- password :
1560
- lifetime : 86400
1558
+ username : ~ # deprecated since 2.8, to be removed in 3.0.
1559
+ password : ~ # deprecated since 2.8, to be removed in 3.0.
1560
+ lifetime : 86400 # deprecated since 2.8, to be removed in 3.0.
1561
1561
matcher :
1562
1562
ip : ~
1563
1563
0 commit comments