From 413053aa75a757f5f5fee9a9f605cadd388f83e6 Mon Sep 17 00:00:00 2001 From: Christian Stocker Date: Mon, 6 Jan 2003 09:59:53 +0000 Subject: =?UTF-8?q?-=20get=5Fpath=20forgotten=20in=20.h=20file=20-=20fix?= =?UTF-8?q?=20crash=20in=20domxml=5Fnode=5Finsert=5Fbefore()=20(by=20Lukas?= =?UTF-8?q?=20Schr=C3=B6der)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ext/domxml/php_domxml.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/domxml/php_domxml.h') diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index f3495172c7..557b2d0f05 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -153,6 +153,7 @@ PHP_FUNCTION(domxml_node_set_content); PHP_FUNCTION(domxml_node_get_content); PHP_FUNCTION(domxml_node_text_concat); PHP_FUNCTION(domxml_node_set_name); +PHP_FUNCTION(domxml_node_get_path); PHP_FUNCTION(domxml_node_name); PHP_FUNCTION(domxml_node_type); PHP_FUNCTION(domxml_node_value); -- cgit v1.2.1