From: Ilia Alshanetsky Date: Tue, 6 Dec 2005 18:47:14 +0000 (+0000) Subject: Fixed build of mssql extension. X-Git-Tag: php-5.1.2RC1~188 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=085ff7f19befaac8d63547b6b6e1d3ba33a746db;p=php Fixed build of mssql extension. --- diff --git a/ext/mssql/php_mssql.c b/ext/mssql/php_mssql.c index 327d6d1b68..7a72608189 100644 --- a/ext/mssql/php_mssql.c +++ b/ext/mssql/php_mssql.c @@ -47,7 +47,7 @@ static void php_mssql_get_column_content_without_type(mssql_link *mssql_ptr,int static void _mssql_bind_hash_dtor(void *data); -zval_function_entry mssql_functions[] = { +zend_function_entry mssql_functions[] = { PHP_FE(mssql_connect, NULL) PHP_FE(mssql_pconnect, NULL) PHP_FE(mssql_close, NULL)