diff options
| author | Rob Richards <rrichards@php.net> | 2008-01-27 16:33:01 +0000 |
|---|---|---|
| committer | Rob Richards <rrichards@php.net> | 2008-01-27 16:33:01 +0000 |
| commit | 2e58beee969995f5a907f28f7d8eafe0a5956c6f (patch) | |
| tree | 672eb64ae8ccd5e020e5b849e498ea4e46d4253e | |
| parent | 5081a15490478f9f74077f9e085bf251eb8a3c32 (diff) | |
| download | php-git-2e58beee969995f5a907f28f7d8eafe0a5956c6f.tar.gz | |
MFH: add missing export
| -rw-r--r-- | ext/libxml/php_libxml2.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/libxml/php_libxml2.def b/ext/libxml/php_libxml2.def index f38d544b72..9557b3e34e 100644 --- a/ext/libxml/php_libxml2.def +++ b/ext/libxml/php_libxml2.def @@ -1389,6 +1389,7 @@ xmlXPathCmpNodes xmlXPathCompareValues xmlXPathCompile xmlXPathCompiledEval +xmlXPathCompiledEvalToBoolean xmlXPathConcatFunction xmlXPathContainsFunction xmlXPathContextSetCache |
