File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -88,13 +88,9 @@ FrameworkBundle
88
88
- ` "form.type.submit" `
89
89
- ` "form.type.reset" `
90
90
91
- * The service ` serializer.mapping.cache.apc ` has been deprecated in favor of
92
- ` serializer.mapping.cache.doctrine.apc ` to be consistent with the validator
93
- cache service. If you are using ` serializer.mapping.cache.apc ` , use
94
- ` serializer.mapping.cache.doctrine.apc ` instead.
95
-
96
- * The ` framework.serializer.cache ` option has been deprecated. APCu should now
97
- be automatically used when available so you can remove this configuration key.
91
+ * The ` framework.serializer.cache ` option and the service
92
+ ` serializer.mapping.cache.apc ` has been deprecated. APCu should now be
93
+ automatically used when available.
98
94
99
95
HttpKernel
100
96
----------
Original file line number Diff line number Diff line change @@ -77,11 +77,9 @@ FrameworkBundle
77
77
- ` "form.type.submit" `
78
78
- ` "form.type.reset" `
79
79
80
- * The service ` serializer.mapping.cache.apc ` has been removed; use
81
- ` serializer.mapping.cache.doctrine.apc ` instead.
82
-
83
- * The ` framework.serializer.cache ` option has been removed. APCu should now
84
- be automatically used when available so you can remove this configuration key.
80
+ * The ` framework.serializer.cache ` option and the service
81
+ ` serializer.mapping.cache.apc ` has been removed. APCu should now
82
+ be automatically used when available.
85
83
86
84
HttpKernel
87
85
----------
You can’t perform that action at this time.
0 commit comments