mirror of
https://github.com/php/php-src.git
synced 2026-04-23 16:08:35 +02:00
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
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user