diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2005-12-06 18:47:14 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2005-12-06 18:47:14 +0000 |
commit | 085ff7f19befaac8d63547b6b6e1d3ba33a746db (patch) | |
tree | 5c784a0402e01f23683e0c103d5a9839fc21c999 /ext/mssql/php_mssql.c | |
parent | 5fd5bead8a6b5dc6ee607c2aea58dafe75bf313a (diff) | |
download | php-git-085ff7f19befaac8d63547b6b6e1d3ba33a746db.tar.gz |
Fixed build of mssql extension.
Diffstat (limited to 'ext/mssql/php_mssql.c')
-rw-r--r-- | ext/mssql/php_mssql.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |