diff options
author | Christian Stocker <chregu@php.net> | 2002-06-13 10:47:19 +0000 |
---|---|---|
committer | Christian Stocker <chregu@php.net> | 2002-06-13 10:47:19 +0000 |
commit | ff9a003f2686e06f97d5d395fdd0f0bada46befb (patch) | |
tree | 325f4c3b21effc8ecec985e327932590f1b82d8f /ext/domxml/php_domxml.h | |
parent | 1177e74fea999a8a37e3dd21ca9f85f3f4b0dad0 (diff) | |
download | php-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.h | 2 |
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 |