/[smeserver]/rpms/smeserver-horde/sme10/smeserver-horde-1.0.0-bz10824-warnings_strict.patch
ViewVC logotype

Contents of /rpms/smeserver-horde/sme10/smeserver-horde-1.0.0-bz10824-warnings_strict.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Fri Mar 20 21:09:23 2020 UTC (4 years, 3 months ago) by jpp
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
FILE REMOVED
* Wed Mar 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.0-12.sme
- fix typo in php-fpm patch [SME: 10872]

1 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
2 --- 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
3 +++ 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
4 @@ -2,7 +2,10 @@
5 /* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
6 // $Id: smeserver-horde-1.0.0-bz10824-warnings_strict.patch,v 1.1 2020/03/20 21:05:45 jpp Exp $
7 $conf['vhosts'] = false;
8 -$conf['debug_level'] = E_ALL & ~E_NOTICE & ~E_DEPRECATED;
9 +$conf['debug_level'] = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_WARNING;
10 +if (defined('E_STRICT')) \{
11 + $conf['debug_level'] &= ~E_STRICT;
12 +\}
13 $conf['max_exec_time'] = 0;
14 $conf['compress_pages'] = true;
15 $conf['secret_key'] = '{$horde{SecretKey}}';

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed