File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed
src/Symfony/Bundle/FrameworkBundle Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -210,6 +210,11 @@ Process
210
210
* The `Symfony\Component\Process\ProcessBuilder` class has been deprecated,
211
211
use the `Symfony\Component\Process\Process` class directly instead.
212
212
213
+ Profiler
214
+ --------
215
+
216
+ * The `profiler.matcher` option has been deprecated.
217
+
213
218
SecurityBundle
214
219
--------------
215
220
Original file line number Diff line number Diff line change @@ -583,6 +583,11 @@ Process
583
583
584
584
* The `getEnhanceWindowsCompatibility()` and `setEnhanceWindowsCompatibility()` methods of the `Process` class have been removed.
585
585
586
+ Profiler
587
+ --------
588
+
589
+ * The `profiler.matcher` option has been removed.
590
+
586
591
ProxyManager
587
592
------------
588
593
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ CHANGELOG
4
4
3.4.0
5
5
-----
6
6
7
+ * Deprecated ` profiler.matcher ` option
7
8
* Added support for ` EventSubscriberInterface ` on ` MicroKernelTrait `
8
9
* Removed ` doctrine/cache ` from the list of required dependencies in ` composer.json `
9
10
* Deprecated ` validator.mapping.cache.doctrine.apc ` service
Original file line number Diff line number Diff line change @@ -219,6 +219,7 @@ private function addProfilerSection(ArrayNodeDefinition $rootNode)
219
219
->booleanNode ('only_master_requests ' )->defaultFalse ()->end ()
220
220
->scalarNode ('dsn ' )->defaultValue ('file:%kernel.cache_dir%/profiler ' )->end ()
221
221
->arrayNode ('matcher ' )
222
+ ->setDeprecated ('The "profiler.matcher" configuration key has been deprecated in Symfony 3.4 and it will be removed in 4.0. ' )
222
223
->canBeEnabled ()
223
224
->performNoDeepMerging ()
224
225
->fixXmlConfig ('ip ' )
You can’t perform that action at this time.
0 commit comments