try without recursion

see if we don't need it
Esse commit está contido em:
Paul Tarjan
2013-06-12 13:04:34 -07:00
commit de Sara Golemon
commit bd77ea909b
-1
Ver Arquivo
@@ -510,7 +510,6 @@ function run_test($options, $test) {
function main($argv) {
ini_set('pcre.backtrack_limit', PHP_INT_MAX);
ini_set('pcre.recursion_limit', PHP_INT_MAX);
list($options, $files) = get_options($argv);
if (isset($options['help'])) {