summaryrefslogtreecommitdiff
path: root/ext/libxml/php_libxml.h
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2005-09-08 10:37:57 +0000
committerRob Richards <rrichards@php.net>2005-09-08 10:37:57 +0000
commit6818826bbde263b2a18afc0906c9d6a6e035c761 (patch)
tree26801fed2be714b52fbf92a05b7be21a17a34b1f /ext/libxml/php_libxml.h
parent25c6fbe5159a06c5031967be7a8912a2362295e7 (diff)
downloadphp-git-6818826bbde263b2a18afc0906c9d6a6e035c761.tar.gz
MFH: add additional constants
remove un-needed ifdefs
Diffstat (limited to 'ext/libxml/php_libxml.h')
-rw-r--r--ext/libxml/php_libxml.h2
1 files changed, 2 insertions, 0 deletions
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 <libxml/tree.h>
+#define LIBXML_SAVE_NOEMPTYTAG 1<<2
+
typedef struct {
zval *stream_context;
smart_str error_buffer;