1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

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)
This commit is contained in:
Nuno Lopes
2008-07-08 18:18:08 +00:00
parent 484d6b21c0
commit ae8fcea231
+2
View File
@@ -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 = '';