connection.php (and others) rely on legacy mysql_* functions
Opened this issue · 0 comments
rlerner commented
PHP 7.0, released in December 2015, dropped support for traditional mysql_*
functions. Since PHP <7.1 is EOL, there is no longer security support. This product should be updated to support MySQLi or similar modern technique to ensure users can leverage recent security patches.