summaryrefslogtreecommitdiff
path: root/ext/sybase_ct/php_sybase_ct.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sybase_ct/php_sybase_ct.h')
-rw-r--r--ext/sybase_ct/php_sybase_ct.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sybase_ct/php_sybase_ct.h b/ext/sybase_ct/php_sybase_ct.h
index 080c5207c8..39e63f6e3d 100644
--- a/ext/sybase_ct/php_sybase_ct.h
+++ b/ext/sybase_ct/php_sybase_ct.h
@@ -57,7 +57,7 @@ PHP_FUNCTION(sybase_fetch_field);
#include <ctpublic.h>
-typedef struct {
+ZEND_BEGIN_MODULE_GLOBALS(sybase)
long default_link;
long num_links,num_persistent;
long max_links,max_persistent;
@@ -68,7 +68,7 @@ typedef struct {
int le_link,le_plink,le_result;
long min_server_severity, min_client_severity;
long cfg_min_server_severity, cfg_min_client_severity;
-} php_sybase_globals;
+ZEND_END_MODULE_GLOBALS(sybase)
typedef struct {
CS_CONNECTION *connection;