From 7f22edf9a7b310f56a0d568e498a4175036c54b2 Mon Sep 17 00:00:00 2001 From: James Halsall Date: Tue, 23 Aug 2016 10:29:31 +0100 Subject: [PATCH] Add deprecation warnings to relevant profiler options --- reference/configuration/framework.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 8d9632e77c9..a8d62e177ad 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -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 ........ @@ -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 ........ @@ -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 .......