mirror of
https://github.com/php/php-src.git
synced 2026-04-01 05:02:27 +02:00
ws & CS
This commit is contained in:
1173
ext/yaz/php_yaz.c
1173
ext/yaz/php_yaz.c
File diff suppressed because it is too large
Load Diff
@@ -56,9 +56,9 @@ PHP_FUNCTION(yaz_set_option);
|
||||
PHP_FUNCTION(yaz_get_option);
|
||||
|
||||
ZEND_BEGIN_MODULE_GLOBALS(yaz)
|
||||
int assoc_seq;
|
||||
int max_links;
|
||||
char *log_file;
|
||||
int assoc_seq;
|
||||
int max_links;
|
||||
char *log_file;
|
||||
ZEND_END_MODULE_GLOBALS(yaz)
|
||||
|
||||
#ifdef ZTS
|
||||
|
||||
Reference in New Issue
Block a user