From 538d58dd5f13a3ffda958ec002733dcbbc965352 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 3 Aug 2003 17:44:39 +0000 Subject: Use new infrastructure. There are bound to be some messups, please report build/runtime bugs! --- ext/mssql/php_mssql.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ext/mssql/php_mssql.c') diff --git a/ext/mssql/php_mssql.c b/ext/mssql/php_mssql.c index ea73c20ccb..04cd33c586 100644 --- a/ext/mssql/php_mssql.c +++ b/ext/mssql/php_mssql.c @@ -46,7 +46,6 @@ static void php_mssql_get_column_content_with_type(mssql_link *mssql_ptr,int off static void php_mssql_get_column_content_without_type(mssql_link *mssql_ptr,int offset,zval *result, int column_type TSRMLS_DC); static void _mssql_bind_hash_dtor(void *data); -static unsigned char a3_arg_force_ref[] = { 3, BYREF_NONE, BYREF_NONE, BYREF_FORCE }; function_entry mssql_functions[] = { PHP_FE(mssql_connect, NULL) @@ -75,7 +74,7 @@ function_entry mssql_functions[] = { PHP_FE(mssql_min_error_severity, NULL) PHP_FE(mssql_min_message_severity, NULL) PHP_FE(mssql_init, NULL) - PHP_FE(mssql_bind, a3_arg_force_ref) + PHP_FE(mssql_bind, third_arg_force_ref) PHP_FE(mssql_execute, NULL) PHP_FE(mssql_free_statement, NULL) PHP_FE(mssql_guid_string, NULL) -- cgit v1.2.1