summaryrefslogtreecommitdiff
path: root/ext/mssql/php_mssql.h
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2005-12-21 22:44:04 +0000
committerFrank M. Kromann <fmk@php.net>2005-12-21 22:44:04 +0000
commit8560728ae081ae8bbb11ca86931d04d7af14e45d (patch)
treed6329a22599f1e0fd5d594e022c12149387f77d6 /ext/mssql/php_mssql.h
parent42a83a6fc97d3a1017f2230471c017b2ab0b5715 (diff)
downloadphp-git-8560728ae081ae8bbb11ca86931d04d7af14e45d.tar.gz
Fix #35730 Use correct character encoding with FreeTDS
Diffstat (limited to 'ext/mssql/php_mssql.h')
-rw-r--r--ext/mssql/php_mssql.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/mssql/php_mssql.h b/ext/mssql/php_mssql.h
index 17e5d4d10e..9c668ef368 100644
--- a/ext/mssql/php_mssql.h
+++ b/ext/mssql/php_mssql.h
@@ -158,6 +158,9 @@ ZEND_BEGIN_MODULE_GLOBALS(mssql)
zend_bool allow_persistent;
char *appname;
char *server_message;
+#ifdef HAVE_FREETDS
+ char *charset;
+#endif
long min_error_severity, min_message_severity;
long cfg_min_error_severity, cfg_min_message_severity;
long connect_timeout, timeout;