diff options
author | Ferenc Kovacs <tyrael@php.net> | 2014-12-02 19:19:30 +0100 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2014-12-02 19:19:30 +0100 |
commit | 7296f9ddfc026b8bce436c8668fbc300c1f553d5 (patch) | |
tree | 326477d65a5242a53f7c0ae5f0adc5e5fa466bdd /run-tests.php | |
parent | 1ad5d8d9e71d2a9db72afac7817600190ff5e263 (diff) | |
parent | d81b7c445099bcf35516eb04016c3a825f74ac45 (diff) | |
download | php-git-7296f9ddfc026b8bce436c8668fbc300c1f553d5.tar.gz |
Merge branch 'PHP-5.6'
* PHP-5.6:
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
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php index e2d0f9987f..fec6e72416 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', 'opcache.fast_shutdown=0', 'opcache.file_update_protection=0', ); |