diff options
author | Nuno Lopes <nlopess@php.net> | 2008-07-08 18:18:49 +0000 |
---|---|---|
committer | Nuno Lopes <nlopess@php.net> | 2008-07-08 18:18:49 +0000 |
commit | 06d18783f56e8c1e562b23502bdd197cf06a17ef (patch) | |
tree | dd16f0ca5e06903376a693d01e8cbca0bb52224f /run-tests.php | |
parent | a339c57e1dfafa955787e258dcadd1c9bce1b045 (diff) | |
download | php-git-06d18783f56e8c1e562b23502bdd197cf06a17ef.tar.gz |
MFB: increase pcre.backtrack_limit
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php index 34b115554a..6d1deb3e8a 100755 --- a/run-tests.php +++ b/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 = ''; |