phpcompat
phpcompat copied to clipboard
False positive: set_magic_quotes_runtime
The FlowPaper lite plugin (https://wordpress.org/plugins/flowpaper-lite-pdf-flipbook/) use the set_magic_quotes_runtime on PHP versions below 5.3.0 and we have a condition that checks for this looking like this:
if(version_compare(PHP_VERSION, '5.3.0', '<')){ set_magic_quotes_runtime(0); }
Could you add us to the false positive list and make sure this warning passes? Plugin url: https://wordpress.org/plugins/flowpaper-lite-pdf-flipbook/