diff options
author | Ferenc Kovacs <tyrael@php.net> | 2014-12-02 19:19:16 +0100 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2014-12-02 19:19:16 +0100 |
commit | d81b7c445099bcf35516eb04016c3a825f74ac45 (patch) | |
tree | 5aa2820c294a060e79d1c6c14d1be2afdbc159ce | |
parent | 196b768928d4c64e588a0f232d229f01670695f6 (diff) | |
parent | 4d743eee5f01cfb5f93f05c85ed6d00dd4f7ba38 (diff) | |
download | php-git-d81b7c445099bcf35516eb04016c3a825f74ac45.tar.gz |
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
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
-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 315ae09200..7d7767f662 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', ); |