]> granicus.if.org Git - php/commitdiff
MFB: increase pcre.backtrack_limit
authorNuno Lopes <nlopess@php.net>
Tue, 8 Jul 2008 18:18:49 +0000 (18:18 +0000)
committerNuno Lopes <nlopess@php.net>
Tue, 8 Jul 2008 18:18:49 +0000 (18:18 +0000)
run-tests.php

index 34b115554a0854e2e2ac8b9792a25490e3888d80..6d1deb3e8a79d9aa6f5ee062b671c7fbe80d65c7 100755 (executable)
@@ -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 = '';