From f0141f965f3df34d4dcc046d75555c18ff3650eb Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Thu, 9 May 2002 20:37:45 +0000 Subject: Allow the MSSQL extension to use NT authentication --- ext/mssql/php_mssql.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/mssql/php_mssql.h') diff --git a/ext/mssql/php_mssql.h b/ext/mssql/php_mssql.h index 9548119f71..8565cdbae2 100644 --- a/ext/mssql/php_mssql.h +++ b/ext/mssql/php_mssql.h @@ -119,6 +119,7 @@ ZEND_BEGIN_MODULE_GLOBALS(mssql) long textsize, textlimit, batchsize; long datetimeconvert; HashTable *resource_list, *resource_plist; + long secure_connection; ZEND_END_MODULE_GLOBALS(mssql) #define MSSQL_ROWS_BLOCK 128 -- cgit v1.2.1