diff -r 5d62ef764b0d -r 105457df35e5 includes/common.php --- a/includes/common.php Thu Dec 27 11:35:00 2007 -0500 +++ b/includes/common.php Mon Dec 31 21:16:27 2007 -0500 @@ -56,7 +56,7 @@ $_starttime = microtime_float(); // Verbose error reporting -error_reporting(E_ALL); +error_reporting(E_ALL & ~E_STRICT); // // Determine the location of Enano as an absolute path.