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 @@ -313,6 +313,9 @@ Changes
313
313
- **Config: **
314
314
- ``Config\Feature::$multipleFilters `` has been removed, because now
315
315
:ref: `multiple-filters ` are always enabled.
316
+ - The default error level in the production environment
317
+ (**app/Config/Boot/production.php **) has been changed to use the same error
318
+ level in the development environment.
316
319
317
320
Deprecations
318
321
************
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