summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.h
diff options
context:
space:
mode:
authorJan Lehnardt <jan@php.net>2002-03-29 12:47:02 +0000
committerJan Lehnardt <jan@php.net>2002-03-29 12:47:02 +0000
commitbc19dd69005e805096078d0d20e96b7a7bde87e5 (patch)
tree41b154a44a5993dbca28a04b6848ec176630c405 /ext/mysql/php_mysql.h
parent17116438da18a5e7fdb3f56248a244c242a58956 (diff)
downloadphp-git-bc19dd69005e805096078d0d20e96b7a7bde87e5.tar.gz
- add mysql_info function
Diffstat (limited to 'ext/mysql/php_mysql.h')
-rw-r--r--ext/mysql/php_mysql.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysql/php_mysql.h b/ext/mysql/php_mysql.h
index 87399222d9..d62b277bed 100644
--- a/ext/mysql/php_mysql.h
+++ b/ext/mysql/php_mysql.h
@@ -86,6 +86,7 @@ PHP_FUNCTION(mysql_get_client_info);
PHP_FUNCTION(mysql_get_host_info);
PHP_FUNCTION(mysql_get_proto_info);
PHP_FUNCTION(mysql_get_server_info);
+PHP_FUNCTION(mysql_info);
PHP_FUNCTION(mysql_stat);
PHP_FUNCTION(mysql_thread_id);
PHP_FUNCTION(mysql_character_set_name);