From: Ferenc Kovacs Date: Tue, 2 Dec 2014 18:17:58 +0000 (+0100) Subject: make sure that we don't truncate the stack trace and cause false test failures when... X-Git-Tag: php-5.4.36~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b28c3eb47ebe41947638bbdf24e3bcb563b25b66;p=php make sure that we don't truncate the stack trace and cause false test failures when the test is executed in a directory with long path --- diff --git a/run-tests.php b/run-tests.php index a2f552cfd4..08df7ca709 100755 --- a/run-tests.php +++ b/run-tests.php @@ -240,6 +240,7 @@ $ini_overwrites = array( 'ignore_repeated_errors=0', 'precision=14', 'memory_limit=128M', + 'log_errors_max_len=0', ); function write_information($show_html)