rrichards Mon Sep 22 15:04:50 2003 EDT Modified files: /php-src/ext/xml expat_compat.h Log: move hash.h for libxml 2.6 compatibility Index: php-src/ext/xml/expat_compat.h diff -u php-src/ext/xml/expat_compat.h:1.11 php-src/ext/xml/expat_compat.h:1.12 --- php-src/ext/xml/expat_compat.h:1.11 Tue Jul 8 23:14:41 2003 +++ php-src/ext/xml/expat_compat.h Mon Sep 22 15:04:49 2003 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: expat_compat.h,v 1.11 2003/07/09 03:14:41 sterling Exp $ */ +/* $Id: expat_compat.h,v 1.12 2003/09/22 19:04:49 rrichards Exp $ */ #ifndef PHP_EXPAT_COMPAT_H #define PHP_EXPAT_COMPAT_H @@ -26,10 +26,10 @@ #include "php_compat.h" -#include <libxml/hash.h> #include <libxml/parser.h> #include <libxml/parserInternals.h> #include <libxml/tree.h> +#include <libxml/hash.h> typedef xmlChar XML_Char;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php