aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-05-19 08:27:09 +0000
committerMario <mario@mariovavti.com>2022-05-19 08:27:09 +0000
commit6f994709b9df15165a8f39ecfc15b6569a54c636 (patch)
treeae12b774317cc0aeecbd48e21eec04bfeff4844f /boot.php
parent55d833a9c86ad9356e76bf47d0f48dd40552944a (diff)
downloadvolse-hubzilla-6f994709b9df15165a8f39ecfc15b6569a54c636.tar.gz
volse-hubzilla-6f994709b9df15165a8f39ecfc15b6569a54c636.tar.bz2
volse-hubzilla-6f994709b9df15165a8f39ecfc15b6569a54c636.zip
do not show deprecated warnings by default
Diffstat (limited to 'boot.php')
-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