diff options
author | Brian Moon <brianlmoon@php.net> | 2000-09-20 21:43:57 +0000 |
---|---|---|
committer | Brian Moon <brianlmoon@php.net> | 2000-09-20 21:43:57 +0000 |
commit | 09e00183bdd3a79ed46cb7c2e09c72ccb34582f9 (patch) | |
tree | 64ed7c3f9373e21f30b4bf841d337f81cb925fb6 /ext/mysql/php_mysql.h | |
parent | 7b6d8bfc3cb69ec76268f20442eef5eec43ccad6 (diff) | |
download | php-git-09e00183bdd3a79ed46cb7c2e09c72ccb34582f9.tar.gz |
added mysql_fetch_assoc. Acts like mysql_fetch_array used to.
Diffstat (limited to 'ext/mysql/php_mysql.h')
-rw-r--r-- | ext/mysql/php_mysql.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysql/php_mysql.h b/ext/mysql/php_mysql.h index be3a88b25b..21de02e71d 100644 --- a/ext/mysql/php_mysql.h +++ b/ext/mysql/php_mysql.h @@ -63,6 +63,7 @@ PHP_FUNCTION(mysql_num_rows); PHP_FUNCTION(mysql_num_fields); PHP_FUNCTION(mysql_fetch_row); PHP_FUNCTION(mysql_fetch_array); +PHP_FUNCTION(mysql_fetch_assoc); PHP_FUNCTION(mysql_fetch_object); PHP_FUNCTION(mysql_data_seek); PHP_FUNCTION(mysql_fetch_lengths); |