diff options
author | Frank M. Kromann <fmk@php.net> | 2002-05-09 20:37:45 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2002-05-09 20:37:45 +0000 |
commit | f0141f965f3df34d4dcc046d75555c18ff3650eb (patch) | |
tree | a3c0d54625133f99299a9cbcd580ce5d6a816c46 /ext/mssql/php_mssql.h | |
parent | 1e55a4239184b59b7e92a22769c39f48e3550080 (diff) | |
download | php-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.h | 1 |
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 |