MantisBT: master ef6160ff

Author Committer Branch Timestamp Parent
atrol dregad master 2020-05-18 12:33 master 9e6667c3
Affected Issues  0026964: Admin check always has "WARN" for magic_quotes checks (PHP 7.4)
Changeset

Remove get_magicquotes* checks

Our minimum supported PHP version is 5.5.0.

Starting from PHP 5.4.0, get_magic_quotes_runtime and get_magic_quotes_gpc
always return FALSE, as the magic quotes feature was removed from PHP.
So the check is no longer needed.

Starting from 7.4.0 the functions have been deprecated.

Fixes 0026964

mod - admin/check/check_php_inc.php Diff File