Index: branches/RC/core/kernel/nparser/compiler.php =================================================================== diff -u -N -r11239 -r11303 --- branches/RC/core/kernel/nparser/compiler.php (.../compiler.php) (revision 11239) +++ branches/RC/core/kernel/nparser/compiler.php (.../compiler.php) (revision 11303) @@ -52,7 +52,7 @@ function SaveError($errno, $errstr, $errfile, $errline, $errcontext) { - if (defined('DBG_IGNORE_STRICT_ERRORS') && DBG_IGNORE_STRICT_ERRORS && defined('E_STRICT') && ($errno == E_STRICT)) { + if (defined('E_STRICT') && ($errno == E_STRICT)) { return true; }