Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit77d920f

Browse files
committed
[#2565] Tweaks to new profiler.collect options
1 parentf04c2db commit77d920f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎reference/configuration/framework.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,12 @@ would be ``/images/logo.png?version=5``.
389389
profiler
390390
~~~~~~~~
391391

392+
..versionadded::2.3
393+
394+
The ``collect`` option is new in Symfony 2.3. Previously, when ``profiler.enabled``
395+
was false, the profiler *was* actually enabled, but the collectors were
396+
disabled. Now the profiler and collectors can be controller independently.
397+
392398
collect
393399
.......
394400

@@ -397,7 +403,7 @@ collect
397403
This option configures the way the profiler behaves when it is enabled. If set
398404
to ``true``, the profiler collects data for all requests. If you want to only
399405
collect information on-demand, you can set the ``collect`` flag to ``false``
400-
and activate the datacollects by hand::
406+
and activate the datacollectors by hand::
401407

402408
$profiler->enable();
403409

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp