diff options
author | Harald Radi <phanto@php.net> | 2001-12-02 21:10:15 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2001-12-02 21:10:15 +0000 |
commit | 8d8f148d98cbb47e4d28946bda358eaf817f14ac (patch) | |
tree | 69df9f2fce66427875c59fbc0d722461991b344b /ext/mssql/php_mssql.h | |
parent | 34feef0d6b02212e79cc6d76114775b6ec209a24 (diff) | |
download | php-git-8d8f148d98cbb47e4d28946bda358eaf817f14ac.tar.gz |
added mssql_fetch_assoc() to be more mysql conform
changed mssql_fetch_array() back to its default behaviour (MSSQL_BOTH)
Diffstat (limited to 'ext/mssql/php_mssql.h')
-rw-r--r-- | ext/mssql/php_mssql.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |