mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +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:
parent
484d6b21c0
commit
ae8fcea231
1 changed files with 2 additions and 0 deletions
|
@ -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 = '';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue