Browse Source

MFB: increase pcre.backtrack_limit

experimental/first_unicode_implementation
Nuno Lopes 18 years ago
parent
commit
06d18783f5
  1. 2
      run-tests.php

2
run-tests.php

@ -76,6 +76,8 @@ putenv('SSH_CONNECTION=deleted');
$cwd = getcwd();
set_time_limit(0);
ini_set('pcre.backtrack_limit', PHP_INT_MAX);
$valgrind_version = 0;
$valgrind_header = '';

Loading…
Cancel
Save