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:
@@ -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 = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user