Automatic type conversion for $_GET/$_POST/etc. variables

Automatic type conversion for $_GET/$_POST/etc. variables

You already have this in the UI:

Could be used to automatically perform variable type conversion (e.g. string to number)

Caution: Backward-compatibility not guaranteed (e.g. Boolean type conversion when using === 'true' instead of == 'true')

Solution: Add checkbox on each field to perform type conversion, let the user decide which variables should be converted

I may be wrong but i thought the type setting was solely for the pickers benefit and not a type definition.