scottmac Mon Jan 12 14:28:05 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/xml compat.c
Log:
Fix build, missing comma
http://cvs.php.net/viewvc.cgi/php-src/ext/xml/compat.c?r1=1.44.2.4.2.1.2.6&r2=1.44.2.4.2.1.2.7&diff_format=u
Index: php-src/ext/xml/compat.c
diff -u php-src/ext/xml/compat.c:1.44.2.4.2.1.2.6
php-src/ext/xml/compat.c:1.44.2.4.2.1.2.7
--- php-src/ext/xml/compat.c:1.44.2.4.2.1.2.6 Mon Jan 12 14:26:47 2009
+++ php-src/ext/xml/compat.c Mon Jan 12 14:28:05 2009
@@ -623,7 +623,7 @@
"No memory",
"Invalid document start",
"Empty document",
- "Not well-formed (invalid token)"
+ "Not well-formed (invalid token)",
"Invalid document end",
"Invalid hexadecimal character reference",
"Invalid decimal character reference",
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php