mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- Fix the default SAPI filter too; all weird problems should be gone again.
This commit is contained in:
parent
e05fbfa253
commit
74eed61504
1 changed files with 2 additions and 1 deletions
|
@ -223,7 +223,8 @@ SAPI_API SAPI_POST_HANDLER_FUNC(php_std_post_handler)
|
|||
SAPI_API SAPI_INPUT_FILTER_FUNC(php_default_input_filter)
|
||||
{
|
||||
/* TODO: check .ini setting here and apply user-defined input filter */
|
||||
return val_len;
|
||||
*new_val_len = val_len;
|
||||
return 1;
|
||||
}
|
||||
|
||||
SAPI_API SAPI_TREAT_DATA_FUNC(php_default_treat_data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue