MDL-52286 core: several fixes to ADOdb

This commit is contained in:
Marina Glancy 2015-12-14 11:01:53 +08:00
parent bca69f937c
commit cc3048eb41
5 changed files with 23 additions and 3 deletions

View file

@ -24,5 +24,7 @@ Added:
Our changes:
* Removed random seed initialization from lib/adodb/adodb.inc.php:216 (see 038f546 and MDL-41198).
* MDL-52286 fixed usage of /e in preg_replace, incorrect constructor in ADORecordSet_ext_mysqlt
and ADORecordSet_mysqli::_close(). Check if fixed upstream during the next upgrade and remove this line.
skodak, iarenaza, moodler, stronk7