Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add deprecation warnings to relevant profiler options #6908

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,10 @@ username

**type**: ``string`` **default**: ``''``

When needed, the username for the profiling storage.
.. caution::

The ``framework.profiler.username`` setting is deprecated and will be
removed as of Symfony 3.0.

password
........
Expand All @@ -599,6 +602,11 @@ password

When needed, the password for the profiling storage.

.. caution::

The ``framework.profiler.password`` setting is deprecated and will be
removed as of Symfony 3.0.

lifetime
........

Expand All @@ -607,6 +615,11 @@ lifetime
The lifetime of the profiling storage in seconds. The data will be deleted
when the lifetime is expired.

.. caution::

The ``framework.profiler.lifetime`` setting is deprecated and will be
removed as of Symfony 3.0.

matcher
.......

Expand Down