From a208d9a966905ab2f551acfc93f119b51efc94c7 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 6 Dec 2005 02:28:26 +0000 Subject: - Nuke php3 legacy --- ext/msql/php_msql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/msql/php_msql.c') diff --git a/ext/msql/php_msql.c b/ext/msql/php_msql.c index cc7454f550..9df8221e5b 100644 --- a/ext/msql/php_msql.c +++ b/ext/msql/php_msql.c @@ -46,7 +46,7 @@ static php_msql_globals msql_globals; /* {{{ msql_functions[] */ -function_entry msql_functions[] = { +zend_function_entry msql_functions[] = { PHP_FE(msql_connect, NULL) PHP_FE(msql_pconnect, NULL) PHP_FE(msql_close, NULL) -- cgit v1.2.1