summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2002-06-13 10:47:19 +0000
committerChristian Stocker <chregu@php.net>2002-06-13 10:47:19 +0000
commitff9a003f2686e06f97d5d395fdd0f0bada46befb (patch)
tree325f4c3b21effc8ecec985e327932590f1b82d8f /ext/domxml/php_domxml.h
parent1177e74fea999a8a37e3dd21ca9f85f3f4b0dad0 (diff)
downloadphp-git-ff9a003f2686e06f97d5d395fdd0f0bada46befb.tar.gz
- Added DOMXML_LOAD_DONT_KEEP_BLANKS as possible mode, if one wants really nicely
formatted XML-Documents (but this can have sideeffects, if you depend on whitespaces..) - bumped up domxml-api-version number.
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r--ext/domxml/php_domxml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h
index 22432fb4f5..4b01362890 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -51,7 +51,7 @@
therefore it's easier for the script-programmers to check, what's working how
Can be checked with phpversion("domxml");
*/
-#define DOMXML_API_VERSION "20020607"
+#define DOMXML_API_VERSION "20020713"
extern zend_module_entry domxml_module_entry;
#define domxml_module_ptr &domxml_module_entry