php 5.5 related adjustments

This commit is contained in:
Latif Khalifa
2014-04-28 18:41:50 +02:00
parent 95602b2597
commit 0fb8c80b0b
8 changed files with 22 additions and 21 deletions

View File

@@ -3,7 +3,7 @@ if (!defined('SITE_ROOT')) {
exit(1);
}
error_reporting(E_ALL ^ E_NOTICE);
error_reporting(E_ALL & ~(E_NOTICE | E_STRICT));
ini_set('display_errors',1);
if (!extension_loaded('kl')) {