From 7e619b7f5f0e1dbae7204e6c1ae72676d69d5166 Mon Sep 17 00:00:00 2001 From: Rob Richards Date: Thu, 22 Jan 2004 21:16:05 +0000 Subject: update constructors so they cant be called statically --- ext/dom/php_dom.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/dom/php_dom.h') 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"); -- cgit v1.2.1