diff options
-rw-r--r-- | ext/xml/compat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/xml/compat.c b/ext/xml/compat.c index 0e54fc742a..34946fe233 100644 --- a/ext/xml/compat.c +++ b/ext/xml/compat.c @@ -623,6 +623,7 @@ static const XML_Char *const error_mapping[] = { "No memory", "Invalid document start", "Empty document", + "Not well-formed (invalid token)" "Invalid document end", "Invalid hexadecimal character reference", "Invalid decimal character reference", |