Merge branch 'MDL-67974-310' of git://github.com/sarjona/moodle into MOODLE_310_STABLE
[moodle.git] / lib / adodb / readme_moodle.txt
blobe0d1318fa739f6fbc253767ddcdc8ca188ac0582
1 Description of ADODB V5.20.16 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  * server.php
19  * lang/* except en (because they were not in utf8)
21 Added:
22  * index.html - prevent directory browsing on misconfigured servers
23  * readme_moodle.txt - this file ;-)
25 Our changes:
26  * MDL-67034 Fixes to make the library php74 compliant.