diff options
| author | Nikita Popov <nikita.ppv@gmail.com> | 2019-08-30 10:31:32 +0200 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-09-02 10:03:26 +0200 |
| commit | ea5854ca8c1193aacaee6fe059b2bfba636769e0 (patch) | |
| tree | 2ea436f3e20a1ff7be44031b03141dd85b93b464 /UPGRADING | |
| parent | f50f7418b5c1bd0998feb987193c8859610d6ac9 (diff) | |
| download | php-git-ea5854ca8c1193aacaee6fe059b2bfba636769e0.tar.gz | |
Make error_reporting=E_ALL the default
Diffstat (limited to 'UPGRADING')
| -rw-r--r-- | UPGRADING | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ PHP 8.0 UPGRADE NOTES . Any array that has a number n as its first numeric key will use n+1 for its next implicit key. Even if n is negative. 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. . 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 |
