Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.9.5, 2.2, STABLE backlog
-
Fix Version/s: DEV backlog
-
Component/s: Administration
-
Affected Branches:MOODLE_19_STABLE, MOODLE_22_STABLE
Description
libxml2 has caused us a range of issues - see: MDL-16759, MDL-17136, and I've just spent way more time than I should trying to debug an issue on a shared host environment that turned out to be another issue related to the libxml2 stuff - Moodle Networking (Mnet) doesn't work!
we should really add a notification based on the libxml version that gives admins the ability to resolve this issue. IMO adding stuff to faq/docs pages isn't really enough
Wordpress have used some code like this:
if(LIBXML_DOTTED_VERSION == '2.7.0? ||
LIBXML_DOTTED_VERSION == '2.7.1? ||
LIBXML_DOTTED_VERSION == '2.7.2? ||
LIBXML_DOTTED_VERSION == '2.7.3?)
Issue Links
| This issue has a non-specific relationship to: | ||||
| CONTRIB-3390 | Spoiled ancoding in 1.9.3 |
|
|
|
| MDL-16759 | After Course Restoration HTML entities get broken |
|
|
|
this is all related to the PHP bug detailed here: http://bugs.php.net/bug.php?id=45996