summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-12-02 19:18:57 +0100
committerFerenc Kovacs <tyrael@php.net>2014-12-02 19:18:57 +0100
commit4d743eee5f01cfb5f93f05c85ed6d00dd4f7ba38 (patch)
tree84104758c9558147eb38962d86e218c412180415 /run-tests.php
parenta0c03a3ec561842d39ac60a1575be08f3b83cfe1 (diff)
parentb28c3eb47ebe41947638bbdf24e3bcb563b25b66 (diff)
downloadphp-git-4d743eee5f01cfb5f93f05c85ed6d00dd4f7ba38.tar.gz
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: 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 Conflicts: run-tests.php
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php
index 5563385ddf..9319631bb6 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',
);