mirror of
https://github.com/php/php-src.git
synced 2025-01-22 11:44:09 +08:00
MFB: increase pcre.backtrack_limit
This commit is contained in:
parent
a339c57e1d
commit
06d18783f5
@ -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…
Reference in New Issue
Block a user