Skip to content

Commit a42183c

Browse files
committed
Show full content of stacktrace error messages
1 parent 1a9c45d commit a42183c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/compat.inc.php

+2
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ function errorToExceptionHandler($errNo, $errStr, $errFile = '', $errLine = NULL
123123
// By default, we will continue our process flow, unless:
124124
$exit = false;
125125

126+
@ini_set('zend.exception_string_param_max_len', 200);
127+
126128
switch ($errNo) {
127129
case E_ERROR:
128130
case E_USER_ERROR:

0 commit comments

Comments
 (0)