From: Nuno Lopes Date: Tue, 8 Jul 2008 18:18:49 +0000 (+0000) Subject: MFB: increase pcre.backtrack_limit X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1339 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06d18783f56e8c1e562b23502bdd197cf06a17ef;p=php MFB: increase pcre.backtrack_limit --- 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 = '';