summaryrefslogtreecommitdiff
path: root/ext/mssql/php_mssql.h
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2002-05-09 20:37:45 +0000
committerFrank M. Kromann <fmk@php.net>2002-05-09 20:37:45 +0000
commitf0141f965f3df34d4dcc046d75555c18ff3650eb (patch)
treea3c0d54625133f99299a9cbcd580ce5d6a816c46 /ext/mssql/php_mssql.h
parent1e55a4239184b59b7e92a22769c39f48e3550080 (diff)
downloadphp-git-f0141f965f3df34d4dcc046d75555c18ff3650eb.tar.gz
Allow the MSSQL extension to use NT authentication
Diffstat (limited to 'ext/mssql/php_mssql.h')
-rw-r--r--ext/mssql/php_mssql.h1
1 files changed, 1 insertions, 0 deletions
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