Merge branch 'MDL-58454-master' of git://github.com/junpataleta/moodle
[moodle.git] / lib / adodb / readme_moodle.txt
blob00ff24052c0acc32372723a8ecaf634d90d94854
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.
7 Removed:
8  * contrib/
9  * cute_icons_for_site/
10  * docs/
11  * nbproject/
12  * pear/
13  * replicate/
14  * scripts/
15  * session/
16  * tests/
17  * composer.json
18  * README.md
19  * server.php
20  * lang/* except en (because they were not in utf8)
22 Renamed:
23  * LICENSE.md -> license.txt
25 Added:
26  * index.html - prevent directory browsing on misconfigured servers
27  * readme_moodle.txt - this file ;-)
29 Our changes:
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