MDL-52544 oracle: Apply upstream pull request to AdoDB oracle driver
[moodle.git] / lib / adodb / readme_moodle.txt
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.
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 Added:
23  * index.html - prevent directory browsing on misconfigured servers
24  * readme_moodle.txt - this file ;-)
26 Our changes:
27  * Removed random seed initialization from lib/adodb/adodb.inc.php:216 (see 038f546 and MDL-41198).
28  * MDL-52286 Added muting erros in ADORecordSet::__destruct().
29    Check if fixed upstream during the next upgrade and remove this note.
30  * MDL-52544 Pull upstream patch for php7 and ocipo.
32 skodak, iarenaza, moodler, stronk7, abgreeve