From: Scott MacVicar Date: Mon, 12 Jan 2009 14:30:21 +0000 (+0000) Subject: MFH The previous error was masked by a missing entry, sync them back up. X-Git-Tag: php-5.2.9RC1~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3e3d679c5c544a1324e987d1cba5d6fa68d738d;p=php MFH The previous error was masked by a missing entry, sync them back up. --- 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",