lib/functions.php

Aleksander Machniak machniak at kolabsys.com
Tue Feb 19 09:16:33 CET 2013


 lib/functions.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 66dffc80277ec9e00fc64881d76bd836e62948e3
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Tue Feb 19 09:16:11 2013 +0100

    Disable E_STRICT warnings

diff --git a/lib/functions.php b/lib/functions.php
index 4183454..98dc949 100644
--- a/lib/functions.php
+++ b/lib/functions.php
@@ -53,7 +53,7 @@ if (set_include_path($include_path) === false) {
     die("Fatal error: ini_set/set_include_path does not work.");
 }
 
-ini_set('error_reporting', E_ALL&~E_NOTICE);
+ini_set('error_reporting', E_ALL &~ E_NOTICE &~ E_STRICT);
 ini_set('error_log', INSTALL_PATH . '/../logs/errors');
 
 // Set internal charset





More information about the commits mailing list