Merge branch 'release/3.5'

This commit is contained in:
Dylan K. Taylor
2018-12-20 20:02:16 +00:00
5 changed files with 36 additions and 20 deletions

View File

@@ -2206,7 +2206,7 @@ class Server{
"fullFile" => $e->getFile(),
"file" => $errfile,
"line" => $errline,
"trace" => Utils::getTrace(0, $trace)
"trace" => Utils::printableTrace($trace)
];
global $lastExceptionError, $lastError;