From 411b8d8b42efda9f0edc3db5c335c4111ed99d0c Mon Sep 17 00:00:00 2001 From: James Halsall Date: Mon, 22 Aug 2016 09:56:34 +0100 Subject: [PATCH 1/2] Remove reference to profiler lifetime property that was remove in 3.x --- reference/configuration/framework.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index e179a1e8888..c9db903847a 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -44,7 +44,6 @@ Configuration * `dsn`_ * `username`_ * `password`_ - * `lifetime`_ * `matcher`_ * `ip`_ * :ref:`path ` @@ -570,14 +569,6 @@ password When needed, the password for the profiling storage. -lifetime -........ - -**type**: ``integer`` **default**: ``86400`` - -The lifetime of the profiling storage in seconds. The data will be deleted -when the lifetime is expired. - matcher ....... @@ -1476,7 +1467,6 @@ Full Default Configuration dsn: file:%kernel.cache_dir%/profiler username: password: - lifetime: 86400 matcher: ip: ~ From 78c56e45ac5960fd1e5975f69b61ea3436004db6 Mon Sep 17 00:00:00 2001 From: James Halsall Date: Mon, 22 Aug 2016 13:10:07 +0100 Subject: [PATCH 2/2] Remove username and password references in framework profiler config --- reference/configuration/framework.rst | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index c9db903847a..835b2ce8787 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -42,8 +42,6 @@ Configuration * `only_exceptions`_ * `only_master_requests`_ * `dsn`_ - * `username`_ - * `password`_ * `matcher`_ * `ip`_ * :ref:`path ` @@ -555,20 +553,6 @@ The DSN where to store the profiling information. See :doc:`/profiler/storage` for more information about the profiler storage. -username -........ - -**type**: ``string`` **default**: ``''`` - -When needed, the username for the profiling storage. - -password -........ - -**type**: ``string`` **default**: ``''`` - -When needed, the password for the profiling storage. - matcher ....... @@ -1465,8 +1449,6 @@ Full Default Configuration only_exceptions: false only_master_requests: false dsn: file:%kernel.cache_dir%/profiler - username: - password: matcher: ip: ~