sniper Thu Jan 11 08:19:20 2001 EDT
Modified files:
/php4/ext/wddx php_wddx.h
Log:
If external expat is used, header file is expat.h
Index: php4/ext/wddx/php_wddx.h
diff -u php4/ext/wddx/php_wddx.h:1.5 php4/ext/wddx/php_wddx.h:1.6
--- php4/ext/wddx/php_wddx.h:1.5 Wed Sep 13 13:58:19 2000
+++ php4/ext/wddx/php_wddx.h Thu Jan 11 08:19:20 2001
@@ -27,14 +27,18 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_wddx.h,v 1.5 2000/09/13 20:58:19 andrei Exp $ */
+/* $Id: php_wddx.h,v 1.6 2001/01/11 16:19:20 sniper Exp $ */
#ifndef PHP_WDDX_H
#define PHP_WDDX_H
#if HAVE_WDDX
+#ifdef HAVE_LIBEXPAT2
+#include <expat.h>
+#else
#include "xmlparse.h"
+#endif
extern zend_module_entry wddx_module_entry;
#define wddx_module_ptr &wddx_module_entry
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]