Is it necessary to disable 'MAGIC QUOTES' at runtime in PHP 8.2.0
, when all the 'MAGIC QUOTES' functions are already removed from PHP 8.2.0
? All of the other questions are old and about how to disable magic_quotes_runtime.
Any help is appreciated.