X-Git-Url: http://git.indexdata.com/?p=phpyaz-moved-to-github.git;a=blobdiff_plain;f=php_yaz.h;h=6022cad76d1d48ae258605e1802e9b279c064424;hp=74d7044401408db650ce813e24e04c7437ec8633;hb=9f56f58936dcfbd720d2c04911ee3c470c96fef7;hpb=a60b036b60a11fd4a85046cbfe47856161156cd5 diff --git a/php_yaz.h b/php_yaz.h index 74d7044..6022cad 100644 --- a/php_yaz.h +++ b/php_yaz.h @@ -1,25 +1,12 @@ -/* - +----------------------------------------------------------------------+ - | PHP Version 5 | - +----------------------------------------------------------------------+ - | Copyright (c) 1997-2011 The PHP Group | - +----------------------------------------------------------------------+ - | This source file is subject to version 3.01 of the PHP license, | - | that is bundled with this package in the file LICENSE, and is | - | available through the world-wide-web at the following url: | - | http://www.php.net/license/31_0.txt. | - | If you did not receive a copy of the PHP license and are unable to | - | obtain it through the world-wide-web, please send a note to | - | license@php.net so we can mail you a copy immediately. | - +----------------------------------------------------------------------+ - | Author: Adam Dickmeiss | - +----------------------------------------------------------------------+ +/* This file is part of PHP YAZ. + * Copyright (C) Index Data 2004-1014 + * See the file LICENSE for details. */ #ifndef PHP_YAZ_H #define PHP_YAZ_H -#define PHP_YAZ_VERSION "1.1.1" +#define PHP_YAZ_VERSION "1.1.7" #if HAVE_YAZ @@ -49,6 +36,8 @@ PHP_FUNCTION(yaz_es_result); PHP_FUNCTION(yaz_present); PHP_FUNCTION(yaz_ccl_conf); PHP_FUNCTION(yaz_ccl_parse); +PHP_FUNCTION(yaz_cql_parse); +PHP_FUNCTION(yaz_cql_conf); PHP_FUNCTION(yaz_database); PHP_FUNCTION(yaz_sort); PHP_FUNCTION(yaz_schema); @@ -63,7 +52,7 @@ ZEND_BEGIN_MODULE_GLOBALS(yaz) char *log_file; char *log_mask; ZEND_END_MODULE_GLOBALS(yaz) - + #ifdef ZTS #define YAZSG(v) TSRMG(yaz_globals_id, zend_yaz_globals *, v) #else