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: user_guide_src/source/installation/upgrade_4xx.rst
+14-6Lines changed: 14 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -171,13 +171,21 @@ Error Handling
171
171
- The behavior in CI4 has been slightly changed.
172
172
173
173
- In CI3 the behavior was set in the **index.php** file:
174
-
- errors ignored by ``error_reporting()`` was not logged;
175
-
- other errors were logged (depending on the settings in ``log_threshold``, they may not have been written to the log file);
176
-
- errors with an error level of ``E_ERROR | E_PARSE | E_COMPILE_ERROR | E_CORE_ERROR | E_USER_ERROR`` stopped framework processing, regardless of the error level set in ``error_reporting()``;
174
+
175
+
- errors with the error level set by ``error_reporting()`` are logged (but
176
+
depending on the ``log_threshold`` setting, they may not be written to
0 commit comments