summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-12-06 02:10:00 +0000
committerfoobar <sniper@php.net>2005-12-06 02:10:00 +0000
commita05e8e335d077b8da349d40e8e9523eec554a89e (patch)
treed35c06951fbb85321ef15e03c12818e30fa22feb /ext
parentf53c892557e24f1f30ed77b00a3799d71aa50e15 (diff)
downloadphp-git-a05e8e335d077b8da349d40e8e9523eec554a89e.tar.gz
- nuke php3 legacy
Diffstat (limited to 'ext')
-rw-r--r--ext/filter/filter.c2
1 files changed, 1 insertions, 1 deletions
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)