diff options
author | Uwe Steinmann <steinm@php.net> | 2000-11-10 06:09:41 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 2000-11-10 06:09:41 +0000 |
commit | b98f580143f039352aa70e459e55f39b6fa7d30e (patch) | |
tree | 202fb233a0b87d09477c8d8c19254f12af4db603 /ext/domxml/php_domxml.h | |
parent | 33741766435561b2740c2a2adbfa24e2aa69e5de (diff) | |
download | php-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.h | 1 |
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); |