Skip to content

Commit 49492b7

Browse files
committed
Merge remote-tracking branch 'origin/3.0' into 3.0
* origin/3.0: Remove reference to profiler lifetime property that was removed in 3.x
2 parents 78ae2a7 + d59b560 commit 49492b7

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

reference/configuration/framework.rst

-41
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ Configuration
4242
* `only_exceptions`_
4343
* `only_master_requests`_
4444
* `dsn`_
45-
* `username`_ (deprecated since 2.8)
46-
* `password`_ (deprecated since 2.8)
47-
* `lifetime`_ (deprecated since 2.8)
4845
* `matcher`_
4946
* `ip`_
5047
* :ref:`path <reference-profiler-matcher-path>`
@@ -556,41 +553,6 @@ The DSN where to store the profiling information.
556553
See :doc:`/profiler/storage` for more information about the
557554
profiler storage.
558555

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-
594556
matcher
595557
.......
596558

@@ -1487,9 +1449,6 @@ Full Default Configuration
14871449
only_exceptions: false
14881450
only_master_requests: false
14891451
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.
14931452
matcher:
14941453
ip: ~
14951454

0 commit comments

Comments
 (0)