@@ -42,9 +42,6 @@ Configuration
42
42
* `only_exceptions `_
43
43
* `only_master_requests `_
44
44
* `dsn `_
45
- * `username `_ (deprecated since 2.8)
46
- * `password `_ (deprecated since 2.8)
47
- * `lifetime `_ (deprecated since 2.8)
48
45
* `matcher `_
49
46
* `ip `_
50
47
* :ref: `path <reference-profiler-matcher-path >`
@@ -556,41 +553,6 @@ The DSN where to store the profiling information.
556
553
See :doc: `/profiler/storage ` for more information about the
557
554
profiler storage.
558
555
559
- username
560
- ........
561
-
562
- .. caution ::
563
-
564
- The ``framework.profiler.username `` setting is deprecated since Symfony 2.8
565
- and will be removed in Symfony 3.0.
566
-
567
- **type **: ``string `` **default **: ``'' ``
568
-
569
- password
570
- ........
571
-
572
- .. caution ::
573
-
574
- The ``framework.profiler.password `` setting is deprecated since Symfony 2.8
575
- and will be removed in Symfony 3.0.
576
-
577
- **type **: ``string `` **default **: ``'' ``
578
-
579
- When needed, the password for the profiling storage.
580
-
581
- lifetime
582
- ........
583
-
584
- .. caution ::
585
-
586
- The ``framework.profiler.lifetime `` setting is deprecated since Symfony 2.8
587
- and will be removed in Symfony 3.0.
588
-
589
- **type **: ``integer `` **default **: ``86400 ``
590
-
591
- The lifetime of the profiling storage in seconds. The data will be deleted
592
- when the lifetime is expired.
593
-
594
556
matcher
595
557
.......
596
558
@@ -1487,9 +1449,6 @@ Full Default Configuration
1487
1449
only_exceptions : false
1488
1450
only_master_requests : false
1489
1451
dsn : file:%kernel.cache_dir%/profiler
1490
- username : ~ # deprecated since 2.8, to be removed in 3.0.
1491
- password : ~ # deprecated since 2.8, to be removed in 3.0.
1492
- lifetime : 86400 # deprecated since 2.8, to be removed in 3.0.
1493
1452
matcher :
1494
1453
ip : ~
1495
1454
0 commit comments