Skip to content

Commit

Permalink
Merge branch 'PHP-5.6'
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Tyrael committed Dec 2, 2014
2 parents 1ad5d8d + d81b7c4 commit 7296f9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run-tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ function verify_config()
'ignore_repeated_errors=0',
'precision=14',
'memory_limit=128M',
'log_errors_max_len=0',
'opcache.fast_shutdown=0',
'opcache.file_update_protection=0',
);
Expand Down

0 comments on commit 7296f9d

Please sign in to comment.