From b3e3d679c5c544a1324e987d1cba5d6fa68d738d Mon Sep 17 00:00:00 2001 From: Scott MacVicar Date: Mon, 12 Jan 2009 14:30:21 +0000 Subject: [PATCH] MFH The previous error was masked by a missing entry, sync them back up. --- ext/xml/compat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/xml/compat.c b/ext/xml/compat.c index 0e54fc742a..878b9214a1 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", -- 2.50.1