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/fbsql/php_fbsql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/fbsql/php_fbsql.c') diff --git a/ext/fbsql/php_fbsql.c b/ext/fbsql/php_fbsql.c index 26496eb89d..0e0b0b1c0d 100644 --- a/ext/fbsql/php_fbsql.c +++ b/ext/fbsql/php_fbsql.c @@ -183,7 +183,7 @@ char *DigestPassword(char *user, char *password) /* {{{ fbsql_functions[] */ -function_entry fbsql_functions[] = { +zend_function_entry fbsql_functions[] = { PHP_FE(fbsql_connect, NULL) PHP_FE(fbsql_pconnect, NULL) PHP_FE(fbsql_close, NULL) -- cgit v1.2.1