diff options
author | Rob Richards <rrichards@php.net> | 2003-09-03 10:48:02 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2003-09-03 10:48:02 +0000 |
commit | fd5758781c682fe15bf0ff04da196c442620e26a (patch) | |
tree | 608824c233591b88a795b58d0a11934f93deb403 /ext/dom/php_dom.h | |
parent | 5630dd0be2293fb707c40339b334dbb8b950bf52 (diff) | |
download | php-git-fd5758781c682fe15bf0ff04da196c442620e26a.tar.gz |
changes to php_dom.h for last commit
replaced removed closing tags - doh
Diffstat (limited to 'ext/dom/php_dom.h')
-rw-r--r-- | ext/dom/php_dom.h | 5 |
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" |