X-Git-Url: http://git.indexdata.com/?p=phpyaz-moved-to-github.git;a=blobdiff_plain;f=php_yaz.h;h=b79e6801dd81271e3e7c10504ff7013ce8637efd;hp=6022cad76d1d48ae258605e1802e9b279c064424;hb=06bf9d31bb881577facb43f323ed3a2501d2467b;hpb=9f56f58936dcfbd720d2c04911ee3c470c96fef7 diff --git a/php_yaz.h b/php_yaz.h index 6022cad..b79e680 100644 --- a/php_yaz.h +++ b/php_yaz.h @@ -6,7 +6,7 @@ #ifndef PHP_YAZ_H #define PHP_YAZ_H -#define PHP_YAZ_VERSION "1.1.7" +#define PHP_YAZ_VERSION "1.1.8" #if HAVE_YAZ @@ -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);