summaryrefslogtreecommitdiff
path: root/ext/mssql/php_mssql.h
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2001-12-02 21:10:15 +0000
committerHarald Radi <phanto@php.net>2001-12-02 21:10:15 +0000
commit8d8f148d98cbb47e4d28946bda358eaf817f14ac (patch)
tree69df9f2fce66427875c59fbc0d722461991b344b /ext/mssql/php_mssql.h
parent34feef0d6b02212e79cc6d76114775b6ec209a24 (diff)
downloadphp-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.h1
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);