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