diff options
author | Rob Richards <rrichards@php.net> | 2006-09-07 11:25:14 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2006-09-07 11:25:14 +0000 |
commit | 36505f802cd25195500540809e23f59839db7f06 (patch) | |
tree | 9eb2ba424a56184befba9ee5ff466bd655a81352 | |
parent | f11c99638e2770bbadd1191e81d962821520ec67 (diff) | |
download | php-git-36505f802cd25195500540809e23f59839db7f06.tar.gz |
MFH: fix def file for 2.6.26 (xmlXPathCompiledEvalToBoolean required in .27)
-rw-r--r-- | ext/libxml/php_libxml2.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/libxml/php_libxml2.def b/ext/libxml/php_libxml2.def index 9557b3e34e..f38d544b72 100644 --- a/ext/libxml/php_libxml2.def +++ b/ext/libxml/php_libxml2.def @@ -1389,7 +1389,6 @@ xmlXPathCmpNodes xmlXPathCompareValues xmlXPathCompile xmlXPathCompiledEval -xmlXPathCompiledEvalToBoolean xmlXPathConcatFunction xmlXPathContainsFunction xmlXPathContextSetCache |