mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-52484 core: Revert workaround PHP7 bug #70110 with preg_match
This reverts commit 144fb5e0a0a552eeff9a5fb59c08c0927a187655. The fix is now part of php7.3
This commit is contained in:
parent
9145d80b0b
commit
2bb5b40215
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user