X-Git-Url: http://git.indexdata.com/?p=phpyaz-moved-to-github.git;a=blobdiff_plain;f=php_yaz.h;h=d8415fc63f9f91a1a5b57c671f7a41f30454a16a;hp=bb826f6f2744a7c9ee794ba0dddd54b2fda28340;hb=196eba7293913dade00b5d7425f15ea40ff0b315;hpb=0d361614300d678f375b9e15ccca211d738a8604 diff --git a/php_yaz.h b/php_yaz.h index bb826f6..d8415fc 100644 --- a/php_yaz.h +++ b/php_yaz.h @@ -1,5 +1,5 @@ /* This file is part of PHP YAZ. - * Copyright (C) Index Data 2004-1014 + * Copyright (C) Index Data 2004-2014 * See the file LICENSE for details. */ @@ -36,8 +36,10 @@ PHP_FUNCTION(yaz_es_result); PHP_FUNCTION(yaz_present); PHP_FUNCTION(yaz_ccl_conf); PHP_FUNCTION(yaz_ccl_parse); +#if YAZ_VERSIONL >= 0x050100 PHP_FUNCTION(yaz_cql_parse); PHP_FUNCTION(yaz_cql_conf); +#endif PHP_FUNCTION(yaz_database); PHP_FUNCTION(yaz_sort); PHP_FUNCTION(yaz_schema);