summaryrefslogtreecommitdiff
path: root/ext/mysql
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysql')
-rw-r--r--ext/mysql/mysql.c2
-rw-r--r--ext/mysql/php3_mysql.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysql/mysql.c b/ext/mysql/mysql.c
index b19215d283..afe05d3b7e 100644
--- a/ext/mysql/mysql.c
+++ b/ext/mysql/mysql.c
@@ -309,7 +309,7 @@ int php3_rinit_mysql(INIT_FUNC_ARGS)
}
-void php3_info_mysql(void)
+void php3_info_mysql(ZEND_MODULE_INFO_FUNC_ARGS)
{
char maxp[16],maxl[16];
MySLS_FETCH();
diff --git a/ext/mysql/php3_mysql.h b/ext/mysql/php3_mysql.h
index 748ad70a67..0988631d1e 100644
--- a/ext/mysql/php3_mysql.h
+++ b/ext/mysql/php3_mysql.h
@@ -49,7 +49,7 @@ extern php3_module_entry mysql_module_entry;
extern int php3_minit_mysql(INIT_FUNC_ARGS);
extern int php3_rinit_mysql(INIT_FUNC_ARGS);
extern int php3_mshutdown_mysql(SHUTDOWN_FUNC_ARGS);
-extern void php3_info_mysql(void);
+extern void php3_info_mysql(ZEND_MODULE_INFO_FUNC_ARGS);
extern void php3_mysql_connect(INTERNAL_FUNCTION_PARAMETERS);
extern void php3_mysql_pconnect(INTERNAL_FUNCTION_PARAMETERS);
extern void php3_mysql_close(INTERNAL_FUNCTION_PARAMETERS);