Skip to content

Commit

Permalink
Merge branch 'MDL-52484-master' of git://github.com/peterRd/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Oct 29, 2021
2 parents a9eeca8 + 2bb5b40 commit 415c771
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/setup.php
Expand Up @@ -749,11 +749,6 @@
// 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();

Expand Down

0 comments on commit 415c771

Please sign in to comment.