From: Scott MacVicar Date: Mon, 12 Jan 2009 14:27:39 +0000 (+0000) Subject: The previous error was masked by a missing entry, sync them back up. X-Git-Tag: php-5.4.0alpha1~191^2~4550 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=faef1619ffd02bf15912a835647111de718f8036;p=php 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 cd28a17e8a..84fe224c4d 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",