]> granicus.if.org Git - php/commitdiff
increase pcre.backtrack_limit so that the phpinfo.phpt test passes on my computer.
authorNuno Lopes <nlopess@php.net>
Tue, 8 Jul 2008 18:18:08 +0000 (18:18 +0000)
committerNuno Lopes <nlopess@php.net>
Tue, 8 Jul 2008 18:18:08 +0000 (18:18 +0000)
we should really consider increase the default of this limit.. (but not the recursion one though)

run-tests.php

index 00cc6189d6630e67a0349b3925f4dcbbfd8d678f..65842ea5f1d6a4a5783831d7517fe86598f8a67f 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 = '';