Patch as suggested by Eloy in MDL-11237 to work around a nasty PHP bug in PHP 5.20

This commit is contained in:
moodler
2007-09-13 06:42:49 +00:00
parent 83d387c290
commit e7aa5a8800
+4
View File
@@ -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';