From 2327b6b9545f5fc9d35e6d6f242aec8f66b1e27c Mon Sep 17 00:00:00 2001 From: Danny Heijl Date: Sun, 14 Nov 1999 12:55:36 +0000 Subject: (ext/informix) Added WIN32 build files for informix driver and make it compile with ZTS @ -Added Win32 build files for Informix driver @ and make it compile with ZTS (danny) --- ext/informix/php_informix.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'ext/informix/php_informix.h') diff --git a/ext/informix/php_informix.h b/ext/informix/php_informix.h index 1f55eeb22e..d21bc8b498 100644 --- a/ext/informix/php_informix.h +++ b/ext/informix/php_informix.h @@ -119,7 +119,6 @@ typedef struct { long num_links,num_persistent; long max_links,max_persistent; long allow_persistent; - int le_result,le_link,le_plink,le_idresult; char *default_host, *default_user, *default_password; int connectionid; int cursorid; @@ -133,6 +132,15 @@ typedef struct { char *nullstring; /* "NULL" */ } php_ifx_globals; /* formerly "ifx_module" in the php3 version */ +typedef struct { + int le_result; + int le_link; + int le_plink; + int le_idresult; +} php_ifx_listids; + +#define IFXL(v) (ifx_listids.v) + #ifndef ZTS extern php_ifx_globals ifx_globals; #endif -- cgit v1.2.1