1 Description of ADODB V5.20.1 library import into Moodle
3 This library will be probably removed in Moodle 2.1,
4 it is now used only in enrol and auth db plugins.
5 The core DML drivers are not using ADODB any more.
19 * lang/* except en (because they were not in utf8)
22 * index.html - prevent directory browsing on misconfigured servers
23 * readme_moodle.txt - this file ;-)
26 * Removed random seed initialization from lib/adodb/adodb.inc.php:216 (see 038f546 and MDL-41198).
27 * MDL-52286 fixed usage of /e in preg_replace, incorrect constructor in ADORecordSet_ext_mysqlt
28 and ADORecordSet_mysqli::_close(). Check if fixed upstream during the next upgrade and remove this line.
30 skodak, iarenaza, moodler, stronk7