diff options
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 dc35c69daa..83ad5c4dfa 100644 --- a/ext/mysql/php_mysql.h +++ b/ext/mysql/php_mysql.h @@ -50,6 +50,7 @@ PHP_FUNCTION(mysql_select_db); PHP_FUNCTION(mysql_create_db); PHP_FUNCTION(mysql_drop_db); PHP_FUNCTION(mysql_query); +PHP_FUNCTION(mysql_unbuffered_query); PHP_FUNCTION(mysql_db_query); PHP_FUNCTION(mysql_list_dbs); PHP_FUNCTION(mysql_list_tables); |