diff options
author | Rob Richards <rrichards@php.net> | 2004-01-22 21:16:05 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2004-01-22 21:16:05 +0000 |
commit | 7e619b7f5f0e1dbae7204e6c1ae72676d69d5166 (patch) | |
tree | 912ebbbd4fbfb881c8adfac6051bd0e6b7ef4a2d /ext/dom/php_dom.h | |
parent | c4c6d5213aad7c6829c5efa22b89310e66d1567b (diff) | |
download | php-git-7e619b7f5f0e1dbae7204e6c1ae72676d69d5166.tar.gz |
update constructors so they cant be called statically
Diffstat (limited to 'ext/dom/php_dom.h')
-rw-r--r-- | ext/dom/php_dom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dom/php_dom.h b/ext/dom/php_dom.h index d5e976e953..64ea2c9e64 100644 --- a/ext/dom/php_dom.h +++ b/ext/dom/php_dom.h @@ -57,6 +57,7 @@ extern zend_module_entry dom_module_entry; #include "xml_common.h" #include "ext/libxml/php_libxml.h" #include "zend_default_classes.h" +#include "dom_ce.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"); |