From 5b19e1ec92cc49031c069fcebdc570b5fa7a325b Mon Sep 17 00:00:00 2001 From: Rob Richards Date: Thu, 12 Jun 2003 20:02:05 +0000 Subject: add node->isSupported() add domimplementation->hasFeature() add formatOutput property (extends DOM) call xmlFreeDoc when doc is no longer referenced rather than custom code save and savexml now format based on formatOutput property --- 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 8c31288714..e1e942be3a 100644 --- a/ext/dom/php_dom.h +++ b/ext/dom/php_dom.h @@ -73,6 +73,7 @@ void dom_normalize (xmlNodePtr nodep TSRMLS_DC); void dom_get_elements_by_tag_name_ns_raw(xmlNodePtr nodep, char *ns, char *local, zval **retval, dom_object *intern TSRMLS_DC); void php_dom_create_implementation(zval **retval TSRMLS_DC); int dom_hierarchy(xmlNodePtr parent, xmlNodePtr child); +int dom_has_feature(char *feature, char *version); #define DOM_NO_ARGS() \ if (ZEND_NUM_ARGS() != 0) { \ -- cgit v1.2.1