summaryrefslogtreecommitdiff
path: root/ext/yaz/php_yaz.h
diff options
context:
space:
mode:
authorDavid Hill <ddhill@php.net>2003-03-10 14:50:16 +0000
committerDavid Hill <ddhill@php.net>2003-03-10 14:50:16 +0000
commit1edf7f55e593540a91b218c46e5ee4bf8fea4ae6 (patch)
tree278f57219c882cd6c45a0fc185372841ee5f686b /ext/yaz/php_yaz.h
parent70f97c1713434a33c9ae01a17f50d9d3492de0f1 (diff)
downloadphp-git-1edf7f55e593540a91b218c46e5ee4bf8fea4ae6.tar.gz
64 bit corrections to parameters to OnUpdateInt Bug #20994 (Dave)
Diffstat (limited to 'ext/yaz/php_yaz.h')
-rw-r--r--ext/yaz/php_yaz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/yaz/php_yaz.h b/ext/yaz/php_yaz.h
index 638c5e65cb..3b9066b54e 100644
--- a/ext/yaz/php_yaz.h
+++ b/ext/yaz/php_yaz.h
@@ -57,7 +57,7 @@ PHP_FUNCTION(yaz_get_option);
ZEND_BEGIN_MODULE_GLOBALS(yaz)
int assoc_seq;
- int max_links;
+ long max_links;
char *log_file;
ZEND_END_MODULE_GLOBALS(yaz)