MDL-52484 core: Revert workaround PHP7 bug #70110 with preg_match
This reverts commit 144fb5e0a0. The fix is now part of php7.3
This commit is contained in:
@@ -749,11 +749,6 @@ ini_set('arg_separator.output', '&');
|
||||
// Work around for a PHP bug see MDL-11237
|
||||
ini_set('pcre.backtrack_limit', 20971520); // 20 MB
|
||||
|
||||
// Work around for PHP7 bug #70110. See MDL-52475 .
|
||||
if (ini_get('pcre.jit')) {
|
||||
ini_set('pcre.jit', 0);
|
||||
}
|
||||
|
||||
// Set PHP default timezone to server timezone.
|
||||
core_date::set_default_server_timezone();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user