HTP
0.5
|
Functions | |
htp_status_t | htp_php_parameter_processor (htp_param_t *p) |
htp_status_t htp_php_parameter_processor | ( | htp_param_t * | p | ) |
This is a proof-of-concept processor that processes parameter names in a way similar to PHP. Whitespace at the beginning is removed, and the remaining whitespace characters are converted to underscores. Proper research of PHP's behavior is needed before we can claim to be emulating it.
[in,out] | p |