summaryrefslogtreecommitdiff
path: root/ext/mssql/php_mssql.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mssql/php_mssql.h')
-rw-r--r--ext/mssql/php_mssql.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/mssql/php_mssql.h b/ext/mssql/php_mssql.h
index 68448f00fd..18a82ef652 100644
--- a/ext/mssql/php_mssql.h
+++ b/ext/mssql/php_mssql.h
@@ -1,6 +1,6 @@
-/*
+/*
+----------------------------------------------------------------------+
- | PHP Version 5 |
+ | PHP Version 7 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2015 The PHP Group |
+----------------------------------------------------------------------+
@@ -148,7 +148,7 @@ typedef struct mssql_statement {
} mssql_statement;
typedef struct {
-
+
zval *zval;
/* TODO: more data for special types (BLOBS, NUMERIC...) */
} mssql_bind;
@@ -167,7 +167,7 @@ ZEND_BEGIN_MODULE_GLOBALS(mssql)
long cfg_min_error_severity, cfg_min_message_severity;
long connect_timeout, timeout;
zend_bool compatibility_mode;
- void (*get_column_content)(mssql_link *mssql_ptr,int offset,zval *result,int column_type TSRMLS_DC);
+ void (*get_column_content)(mssql_link *mssql_ptr,int offset,zval *result,int column_type );
long textsize, textlimit, batchsize;
zend_bool datetimeconvert;
HashTable *resource_list, *resource_plist;
@@ -179,7 +179,7 @@ ZEND_END_MODULE_GLOBALS(mssql)
typedef struct mssql_field {
char *name,*column_source;
- long max_length;
+ long max_length;
int numeric;
int type;
} mssql_field;