moodle/lib/adodb/readme_moodle.txt
Daniel Ziegenberg 13ad25310d
MDL-73520 adodb: Remove usage of $php_errormsg from DB2 driver
This applies #791 from upstream libraries: https://github.com/ADOdb/ADOdb/issues/791

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2022-03-05 14:19:50 +01:00

28 lines
847 B
Text

Description of ADOdb v5.21.4 library import into Moodle 4.0 and up
Source: https://github.com/ADOdb/ADOdb
This library will be probably removed sometime in the future
because it is now used only by enrol and auth db plugins.
Removed:
* Any invisible file (dot suffixed)
* composer.json
* contrib/ (if present)
* cute_icons_for_site/ (if present)
* docs/
* lang/* everything but adodb-en.inc.php (originally because they were not utf-8, now because of not used)
* nbproject/ (if present)
* pear/
* replicate/ (if present)
* scripts/ (if present)
* server.php
* session/
* tests/ (if present)
Added:
* index.html - prevent directory browsing on misconfigured servers
* readme_moodle.txt - this file ;-)
Our changes (to be checked on next update if they are already applied upstream):
* https://github.com/ADOdb/ADOdb/issues/791