MDL-12729 show recoverable fatal errors in DEBUG_ALL and DEBUG_DEVELOPER

This commit is contained in:
skodak
2007-12-26 13:31:52 +00:00
parent 50726e2969
commit cf0352fa3b
+3 -3
View File
@@ -242,10 +242,10 @@ define ('DEBUG_NONE', 0);
define ('DEBUG_MINIMAL', 5);
/** E_ERROR | E_PARSE | E_WARNING | E_NOTICE */
define ('DEBUG_NORMAL', 15);
/** E_ALL without E_STRICT and E_RECOVERABLE_ERROR for now */
define ('DEBUG_ALL', 2047);
/** E_ALL without E_STRICT for now, do show recoverable fatal errors */
define ('DEBUG_ALL', 6143);
/** DEBUG_ALL with extra Moodle debug messages - (DEBUG_ALL | 32768) */
define ('DEBUG_DEVELOPER', 34815);
define ('DEBUG_DEVELOPER', 38911);
/**
* Blog access level constant declaration