diff -Nur smeserver-horde-1.0.0.old/root/etc/e-smith/templates/usr/share/horde/config/conf.php/100ConfHordePHP smeserver-horde-1.0.0/root/etc/e-smith/templates/usr/share/horde/config/conf.php/100ConfHordePHP --- smeserver-horde-1.0.0.old/root/etc/e-smith/templates/usr/share/horde/config/conf.php/100ConfHordePHP 2020-03-20 16:59:13.611000000 -0400 +++ smeserver-horde-1.0.0/root/etc/e-smith/templates/usr/share/horde/config/conf.php/100ConfHordePHP 2020-03-20 17:02:34.045000000 -0400 @@ -2,7 +2,10 @@ /* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */ // $Id: smeserver-horde-1.0.0-bz10824-warnings_strict.patch,v 1.1 2020/03/20 21:05:45 jpp Exp $ $conf['vhosts'] = false; -$conf['debug_level'] = E_ALL & ~E_NOTICE & ~E_DEPRECATED; +$conf['debug_level'] = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_WARNING; +if (defined('E_STRICT')) \{ + $conf['debug_level'] &= ~E_STRICT; +\} $conf['max_exec_time'] = 0; $conf['compress_pages'] = true; $conf['secret_key'] = '{$horde{SecretKey}}';