aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-06-01 07:00:21 +0000
committerMario <mario@mariovavti.com>2022-06-01 07:00:21 +0000
commite63f0438415bb364f3085286ca2f199e83ab187b (patch)
treeb107429276ebfc92dc9b4f78e302a4967e5bf0a6 /boot.php
parentc5f33baf27d80e2a7ad7307eacd3137609eeb089 (diff)
parent33dd0c83e377b8adf00559337d13784ec136cecb (diff)
downloadvolse-hubzilla-e63f0438415bb364f3085286ca2f199e83ab187b.tar.gz
volse-hubzilla-e63f0438415bb364f3085286ca2f199e83ab187b.tar.bz2
volse-hubzilla-e63f0438415bb364f3085286ca2f199e83ab187b.zip
Merge branch '7.4RC'7.4
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php10
1 files changed, 3 insertions, 7 deletions
diff --git a/boot.php b/boot.php
index 7d2e2f757..877752ccc 100644
--- a/boot.php
+++ b/boot.php
@@ -60,10 +60,10 @@ require_once('include/bbcode.php');
require_once('include/items.php');
define('PLATFORM_NAME', 'hubzilla');
-define('STD_VERSION', '7.2.2');
+define('STD_VERSION', '7.4');
define('ZOT_REVISION', '6.0');
-define('DB_UPDATE_VERSION', 1252);
+define('DB_UPDATE_VERSION', 1253);
define('PROJECT_BASE', __DIR__);
@@ -695,11 +695,7 @@ function sys_boot() {
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
@set_time_limit(0);