From 6818826bbde263b2a18afc0906c9d6a6e035c761 Mon Sep 17 00:00:00 2001 From: Rob Richards Date: Thu, 8 Sep 2005 10:37:57 +0000 Subject: MFH: add additional constants remove un-needed ifdefs --- ext/libxml/php_libxml.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/libxml/php_libxml.h') diff --git a/ext/libxml/php_libxml.h b/ext/libxml/php_libxml.h index 6295cd96fb..584465fd37 100644 --- a/ext/libxml/php_libxml.h +++ b/ext/libxml/php_libxml.h @@ -35,6 +35,8 @@ extern zend_module_entry libxml_module_entry; #include "ext/standard/php_smart_str.h" #include +#define LIBXML_SAVE_NOEMPTYTAG 1<<2 + typedef struct { zval *stream_context; smart_str error_buffer; -- cgit v1.2.1