summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2008-07-08 18:18:49 +0000
committerNuno Lopes <nlopess@php.net>2008-07-08 18:18:49 +0000
commit06d18783f56e8c1e562b23502bdd197cf06a17ef (patch)
treedd16f0ca5e06903376a693d01e8cbca0bb52224f /run-tests.php
parenta339c57e1dfafa955787e258dcadd1c9bce1b045 (diff)
downloadphp-git-06d18783f56e8c1e562b23502bdd197cf06a17ef.tar.gz
MFB: increase pcre.backtrack_limit
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php2
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 = '';