phpcompat icon indicating copy to clipboard operation
phpcompat copied to clipboard

False positive: set_magic_quotes_runtime

Open flexpaper opened this issue 8 years ago • 0 comments

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/

flexpaper avatar Jan 25 '18 19:01 flexpaper