summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-09-02 10:13:54 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-09-06 14:33:03 +0200
commit790ed7d540aa04d22b1fc72a1f17e57ed6ef94e7 (patch)
treefef2d80925105757cbdb441d9c39b90e2986eefa /UPGRADING
parente530a89c0065c443bb8f9047e63d5f2dcfed8606 (diff)
downloadphp-git-790ed7d540aa04d22b1fc72a1f17e57ed6ef94e7.tar.gz
Enable display_startup_errors by default
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING1
1 files changed, 1 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 457ffb8409..4075b91767 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -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