diff options
| author | Nikita Popov <nikita.ppv@gmail.com> | 2019-09-02 10:13:54 +0200 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-09-06 14:33:03 +0200 |
| commit | 790ed7d540aa04d22b1fc72a1f17e57ed6ef94e7 (patch) | |
| tree | fef2d80925105757cbdb441d9c39b90e2986eefa /UPGRADING | |
| parent | e530a89c0065c443bb8f9047e63d5f2dcfed8606 (diff) | |
| download | php-git-790ed7d540aa04d22b1fc72a1f17e57ed6ef94e7.tar.gz | |
Enable display_startup_errors by default
Diffstat (limited to 'UPGRADING')
| -rw-r--r-- | UPGRADING | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ PHP 8.0 UPGRADE NOTES RFC: https://wiki.php.net/rfc/negative_array_index . The default error_reporting level is now E_ALL. Previously it excluded E_NOTICE and E_DEPRECATED. + . display_startup_errors is now enabled by default. . The @ operator will no longer silence fatal errors (E_ERROR, E_CORE_ERROR, E_COMPILE_ERROR, E_USER_ERROR, E_RECOVERABLE_ERROR, E_PARSE). Error handlers that expect error_reporting to be 0 when @ is used, should be adjusted to |
