From bc415d5a8883bbe5b15c12e9a30f916c8010204a Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 9 May 1999 08:48:05 +0000 Subject: * Finalizing the PHP version of SAPI. Support POST and cookies among other things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well. --- ext/mysql/mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mysql/mysql.c') 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(); -- cgit v1.2.1