File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -311,6 +311,9 @@ Changes
311
311
- **Config: **
312
312
- ``Config\Feature::$multipleFilters `` has been removed, because now
313
313
:ref: `multiple-filters ` are always enabled.
314
+ - The default error level in the production environment
315
+ (**app/Config/Boot/production.php **) has been changed to use the same error
316
+ level in the development environment.
314
317
315
318
Deprecations
316
319
************
Original file line number Diff line number Diff line change @@ -255,6 +255,8 @@ The ``'toolbar'`` in the ``$global['after']`` was removed.
255
255
Others
256
256
^^^^^^
257
257
258
+ - app/Config/Boot/production.php
259
+ - The default error level to ``error_reporting() `` has been changed to ``-1 ``.
258
260
- app/Config/Database.php
259
261
- The default value of ``charset `` in ``$default `` has been change to ``utf8mb4 ``.
260
262
- The default value of ``DBCollat `` in ``$default `` has been change to ``utf8mb4_general_ci ``.
You can’t perform that action at this time.
0 commit comments