Patch as suggested by Eloy in MDL-11237 to work around a nasty PHP bug in PHP 5.20
This commit is contained in:
@@ -387,6 +387,10 @@ global $HTTPSPAGEREQUIRED;
|
||||
|
||||
@ini_set('arg_separator.output', '&');
|
||||
|
||||
/// Work around for a PHP bug see MDL-11237
|
||||
|
||||
@ini_set('pcre.backtrack_limit', 20971520); // 20 MB
|
||||
|
||||
/// Location of standard files
|
||||
|
||||
$CFG->wordlist = $CFG->libdir .'/wordlist.txt';
|
||||
|
||||
Reference in New Issue
Block a user