From a05e8e335d077b8da349d40e8e9523eec554a89e Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 6 Dec 2005 02:10:00 +0000 Subject: [PATCH] - nuke php3 legacy --- ext/filter/filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/filter/filter.c b/ext/filter/filter.c index 4de7791c67..2249fd769b 100644 --- a/ext/filter/filter.c +++ b/ext/filter/filter.c @@ -76,7 +76,7 @@ static unsigned int php_sapi_filter(int arg, char *var, char **val, unsigned int /* {{{ filter_functions[] */ -function_entry filter_functions[] = { +zend_function_entry filter_functions[] = { PHP_FE(input_get, NULL) PHP_FE(input_filters_list, NULL) PHP_FE(input_has_variable, NULL) -- 2.40.0