From 09e00183bdd3a79ed46cb7c2e09c72ccb34582f9 Mon Sep 17 00:00:00 2001 From: Brian Moon Date: Wed, 20 Sep 2000 21:43:57 +0000 Subject: added mysql_fetch_assoc. Acts like mysql_fetch_array used to. --- ext/mysql/php_mysql.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/mysql/php_mysql.h') 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); -- cgit v1.2.1