You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/infrastructure_and_maintenance/performance.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ In production setups:
54
54
55
55
!!! caution
56
56
57
-
To avoid deprecations when using PHP 8.2 or 8.3, [= product_name =] v4.6.x needs an additional error handler.
57
+
To avoid deprecations when using PHP 8.2 or 8.3, [[= product_name =]] v4.6 needs an additional error handler.
58
58
The error handler is present by default for projects that started with 4.6.8 or later.
59
59
For projects that started with earlier versions, you need to add the error handler manually by running the following commands:
60
60
@@ -63,8 +63,6 @@ In production setups:
63
63
composer dump-autoload
64
64
```
65
65
66
-
In newer versions of [[= product_name =]], the error handler is added by default.
67
-
68
66
### Symfony
69
67
70
68
- Review the [Symfony performance documentation]([[= symfony_doc =]]/performance.html) and apply matching suggestions, including OPCache configuration if enabled.
0 commit comments