1 Description of ADODB V5.20.9 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.
20 * lang/* except en (because they were not in utf8)
23 * LICENSE.md -> license.txt
26 * index.html - prevent directory browsing on misconfigured servers
27 * readme_moodle.txt - this file ;-)
30 * Removed random seed initialization from lib/adodb/adodb.inc.php:216 (see 038f546 and MDL-41198).
31 * MDL-52286 Added muting erros in ADORecordSet::__destruct().
32 Check if fixed upstream during the next upgrade and remove this note. (8638b3f1441d4b928)
33 * MDL-58546 replaced each() with foreach for PHP 7.2 compatibility.
34 pull request upstream: https://github.com/ADOdb/ADOdb/pull/373
36 skodak, iarenaza, moodler, stronk7, abgreeve, lameze, ankitagarwal, marinaglancy