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
8888 - ` "form.type.submit" `
8989 - ` "form.type.reset" `
9090
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 ` have been deprecated. APCu should now be
93+ automatically used when available.
9894
9995HttpKernel
10096----------
Original file line number Diff line number Diff line change @@ -77,11 +77,9 @@ FrameworkBundle
7777 - ` "form.type.submit" `
7878 - ` "form.type.reset" `
7979
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 ` have been removed. APCu should now
82+ be automatically used when available.
8583
8684HttpKernel
8785----------
You can’t perform that action at this time.
0 commit comments