summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorUwe Steinmann <steinm@php.net>2000-11-10 06:09:41 +0000
committerUwe Steinmann <steinm@php.net>2000-11-10 06:09:41 +0000
commitb98f580143f039352aa70e459e55f39b6fa7d30e (patch)
tree202fb233a0b87d09477c8d8c19254f12af4db603 /ext/domxml/php_domxml.h
parent33741766435561b2740c2a2adbfa24e2aa69e5de (diff)
downloadphp-git-b98f580143f039352aa70e459e55f39b6fa7d30e.tar.gz
- Fixed several error including segm fault (but still one left :-(
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r--ext/domxml/php_domxml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h
index b8d3390ba2..d17c7a045b 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -65,6 +65,7 @@ PHP_FUNCTION(xpath_eval);
PHP_FUNCTION(xpath_eval_expression);
#if defined(LIBXML_XPTR_ENABLED)
PHP_FUNCTION(xptr_new_context);
+PHP_FUNCTION(xptr_eval);
#endif
PHP_FUNCTION(domxml_test);