SVN r17 uses mysql_connect()
This extension was deprecated in PHP 5.5.0, and it was removed in PHP 7.0.0. Instead, the MySQLi or PDO_MySQL extension should be used.
https://secure.php.net/manual/en/function.mysql-query.php
We had already planned to move to mysqli from mysql. So this will be resolved with the upgrade.
Log in to post a comment.
We had already planned to move to mysqli from mysql. So this will be resolved with the upgrade.