summaryrefslogtreecommitdiff
path: root/ext/xml/compat.c
diff options
context:
space:
mode:
authorScott MacVicar <scottmac@php.net>2009-01-12 14:26:47 +0000
committerScott MacVicar <scottmac@php.net>2009-01-12 14:26:47 +0000
commit534c2009259cee99330df4985d16a9b231c95a48 (patch)
tree2090f6d1339a6dc188fc01f3decc26daddfc5545 /ext/xml/compat.c
parente4a348d7825dfd4d1af6440be9e33add246ca881 (diff)
downloadphp-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.c1
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",