aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index e95f2efd5..d7c39d1a7 100644
--- a/boot.php
+++ b/boot.php
@@ -698,7 +698,7 @@ function startup() {
error_reporting(E_ALL & ~E_NOTICE);
if (version_compare(PHP_VERSION, '8.0.0') >= 0) {
- error_reporting(E_ALL & ~E_WARNING & ~E_NOTICE);
+ error_reporting(E_ALL & ~E_WARNING & ~E_NOTICE & ~E_DEPRECATED);
}
// Some hosting providers block/disable this