From: Nuno Lopes Date: Tue, 8 Jul 2008 18:18:08 +0000 (+0000) Subject: increase pcre.backtrack_limit so that the phpinfo.phpt test passes on my computer. X-Git-Tag: php-5.3.0alpha1~435 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae8fcea231bf980136f34c9d54ab81eb8ca984e8;p=php increase pcre.backtrack_limit so that the phpinfo.phpt test passes on my computer. we should really consider increase the default of this limit.. (but not the recursion one though) --- diff --git a/run-tests.php b/run-tests.php index 00cc6189d6..65842ea5f1 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 = '';