The input could be an array pointer for the splited and url decoded input by
POST/GET/Cookie.
The output could be an array including result or return code of
the handler.
These handlers should be activated in php_treat_data before
php_register_variable_safe().
An example is php_mbstr_encodin
What would be the input/output of these input handlers?
Zeev
At 07:19 09/12/2001, Rui Hirokawa wrote:
>Hi,
>
>I propose a new idea for HTTP input handler to improve security and
>multibyte encoding support.
>
>Currently, user input by POST/GET/Cookie is treated by
>internal function php_treat_v
Hi,
I propose a new idea for HTTP input handler to improve security and
multibyte encoding support.
Currently, user input by POST/GET/Cookie is treated by
internal function php_treat_variables().
Some security related work to prevent some security attack
is preformed in PHP script by htmlspec