MDL-52544 oracle: Apply upstream pull request to AdoDB oracle driver
[moodle.git] / lib / adodb / readme_moodle.txt
CommitLineData
6d9641f5 1Description of ADODB V5.20.1 library import into Moodle
2d7f16e2
PS
2
3This library will be probably removed in Moodle 2.1,
4it is now used only in enrol and auth db plugins.
6ede09aa 5The core DML drivers are not using ADODB any more.
efc7316c 6
7Removed:
30fce500 8 * contrib/
9 * cute_icons_for_site/
10 * docs/
dba57f8d 11 * nbproject/
30fce500 12 * pear/
73bb7c09
MG
13 * replicate/
14 * scripts/
3f57bd45 15 * session/
30fce500 16 * tests/
6000b797
FM
17 * composer.json
18 * README.md
30fce500 19 * server.php
6ede09aa 20 * lang/* except en (because they were not in utf8)
efc7316c 21
22Added:
23 * index.html - prevent directory browsing on misconfigured servers
efc7316c 24 * readme_moodle.txt - this file ;-)
25
2d7f16e2 26Our changes:
73bb7c09 27 * Removed random seed initialization from lib/adodb/adodb.inc.php:216 (see 038f546 and MDL-41198).
dba57f8d 28 * MDL-52286 Added muting erros in ADORecordSet::__destruct().
8638b3f1 29 Check if fixed upstream during the next upgrade and remove this note.
87c6f9ab 30 * MDL-52544 Pull upstream patch for php7 and ocipo.
2f326cef 31
dba57f8d 32skodak, iarenaza, moodler, stronk7, abgreeve