Automatically closed - issue fixed for 2 weeks with no activity.
Remove code which contains deprecated function set_magic_quotes_runtime and ini directive 'magic_quotes_runtime'.
Version compare also corresponds to php 5.3 which is already past end of life. Can the part of the code be safely removed to do away with unwanted errors.
web/sites/all/modules/contrib/smtp/smtp.phpmailer.inc
-----------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
-----------------------------------------------------------------------------------------------------
1448 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since
| | PHP 7.0
1451 | ERROR | INI directive 'magic_quotes_runtime' is deprecated since PHP 5.3 and removed since
| | PHP 5.4
1458 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since
| | PHP 7.0
1461 | ERROR | INI directive 'magic_quotes_runtime' is deprecated since PHP 5.3 and removed since
| | PHP 5.4
-----------------------------------------------------------------------------------------------------
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.