0

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.

Codestrip
  • 27
  • 10
  • 1
    I think they are disabled by default from a long time ago? You can do `get_magic_quotes_gpc()` to check and the .ini configuration should have similar name to `magic_quotes_gpc`. – thefallen Jan 25 '23 at 15:38

0 Answers0