From: Derick Rethans Date: Sun, 30 Nov 2003 20:13:03 +0000 (+0000) Subject: - And fix the README too. X-Git-Tag: php-5.0.0b3RC1~478 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c73641afd7e58a87b554dfb2901494bd3e13a331;p=php - And fix the README too. --- diff --git a/README.input_filter b/README.input_filter index 69a69335f5..40366f6a95 100644 --- a/README.input_filter +++ b/README.input_filter @@ -93,7 +93,7 @@ PHP_MINFO_FUNCTION(my_input_filter) * (modified) variable. Returning 0 prevents PHP from registering the variable; * you can use this if your filter already registers the variable under a * different name, or if you just don't want the variable registered at all. */ -unsigned int my_sapi_input_filter(int arg, char *var, char **val, unsigned int val_len, unsigned int *new_val_len) +SAPI_INPUT_FILTER_FUNC(my_sapi_input_filter) { zval new_var; zval *array_ptr = NULL;