diff options
author | Scott MacVicar <scottmac@php.net> | 2009-01-12 14:26:47 +0000 |
---|---|---|
committer | Scott MacVicar <scottmac@php.net> | 2009-01-12 14:26:47 +0000 |
commit | 534c2009259cee99330df4985d16a9b231c95a48 (patch) | |
tree | 2090f6d1339a6dc188fc01f3decc26daddfc5545 /ext/xml/compat.c | |
parent | e4a348d7825dfd4d1af6440be9e33add246ca881 (diff) | |
download | php-git-534c2009259cee99330df4985d16a9b231c95a48.tar.gz |
The previous error was masked by a missing entry, sync them back up.
Diffstat (limited to 'ext/xml/compat.c')
-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", |