PHP 8 Compatibility Warnings/Errors
-
Ran across these and figured I’d pass these along, maybe they could be addressed.
/wp-content/plugins/wp-statistics/includes/template-functions.php Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead : 836 Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead : 834 Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead : 477 Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead : 389 Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead : 246 /wp-content/plugins/wp-statistics/includes/vendor/s1lentium/iptools/tests/IPTest.php The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x20010000000000008000000000000000' : 207 The behaviour of hexadecimal numeric strings was inconsistent prior to PHP 7 and support has been removed in PHP 7. Found: '0x7f000001' : 206
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘PHP 8 Compatibility Warnings/Errors’ is closed to new replies.