X-Git-Url: http://git.indexdata.com/?p=phpyaz-moved-to-github.git;a=blobdiff_plain;f=php_yaz.h;h=094dfa9d3d10f122a743ad28e45a15670849daaa;hp=69efba2f4400a40ab8d4a3c86ee7525edeac972e;hb=597d27dafa2bbaff0ffef1747887f46a119b1e20;hpb=826d85668f6e97bbf5f10fa93d2f16ae055471ba diff --git a/php_yaz.h b/php_yaz.h index 69efba2..094dfa9 100644 --- a/php_yaz.h +++ b/php_yaz.h @@ -2,12 +2,12 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2004 The PHP Group | + | Copyright (c) 1997-2011 The PHP Group | +----------------------------------------------------------------------+ - | This source file is subject to version 3.0 of the PHP license, | + | 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/3_0.txt. | + | 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. | @@ -16,12 +16,10 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_yaz.h,v 1.36 2008/02/20 10:11:27 dickmeiss Exp $ */ - #ifndef PHP_YAZ_H #define PHP_YAZ_H -#define PHP_YAZ_VERSION "1.0.14" +#define PHP_YAZ_VERSION "1.1.6" #if HAVE_YAZ @@ -65,7 +63,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