mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
14 lines
584 B
Plaintext
14 lines
584 B
Plaintext
Description of Html2Text library import into Moodle
|
|
|
|
Please note that we override some mb_* functions in Html2Text's namespace at
|
|
run time. Until Html2Text adds some sort of fallback for the mb_* functions
|
|
(or we make mbstring a hard requirement) we are forced to do this so that people
|
|
running PHP without mbstring don't see nasty undefined function errors.
|
|
|
|
Instructions
|
|
------------
|
|
1. Clone https://github.com/mtibben/html2text.git into an unrelated directory
|
|
2. Copy /path/to/html2text/src/Html2Text.php to lib/html2text/
|
|
|
|
Imported from: https://github.com/mtibben/html2text.git
|