From 8d8f148d98cbb47e4d28946bda358eaf817f14ac Mon Sep 17 00:00:00 2001 From: Harald Radi Date: Sun, 2 Dec 2001 21:10:15 +0000 Subject: added mssql_fetch_assoc() to be more mysql conform changed mssql_fetch_array() back to its default behaviour (MSSQL_BOTH) --- ext/mssql/php_mssql.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/mssql/php_mssql.h') diff --git a/ext/mssql/php_mssql.h b/ext/mssql/php_mssql.h index b892d05a83..b77d44faa5 100644 --- a/ext/mssql/php_mssql.h +++ b/ext/mssql/php_mssql.h @@ -70,6 +70,7 @@ PHP_FUNCTION(mssql_num_fields); PHP_FUNCTION(mssql_fetch_field); PHP_FUNCTION(mssql_fetch_row); PHP_FUNCTION(mssql_fetch_array); +PHP_FUNCTION(mssql_fetch_assoc); PHP_FUNCTION(mssql_fetch_object); PHP_FUNCTION(mssql_field_length); PHP_FUNCTION(mssql_field_name); -- cgit v1.2.1