summaryrefslogtreecommitdiff
path: root/ext/dom/php_dom.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/php_dom.h')
-rw-r--r--ext/dom/php_dom.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/dom/php_dom.h b/ext/dom/php_dom.h
index c162de4e3c..6946b87ef8 100644
--- a/ext/dom/php_dom.h
+++ b/ext/dom/php_dom.h
@@ -47,7 +47,6 @@ extern zend_module_entry dom_module_entry;
#if defined(LIBXML_XPTR_ENABLED)
#include <libxml/xpointer.h>
#endif
-
#ifdef PHP_WIN32
#ifndef DOM_EXPORTS
#define DOM_EXPORTS
@@ -55,12 +54,12 @@ extern zend_module_entry dom_module_entry;
#endif
#include "xml_common.h"
-
+#include "zend_default_classes.h"
/* DOM API_VERSION, please bump it up, if you change anything in the API
therefore it's easier for the script-programmers to check, what's working how
Can be checked with phpversion("dom");
*/
-#define DOM_API_VERSION "20030413"
+#define DOM_API_VERSION "20030901"
#include "dom_fe.h"