MalMen / PHP-Monero

PHP Integration of Monero

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor to use MySQLi or PDO

jebriggsy opened this issue · comments

The old mysql_* functions are deprecated (https://php.net/manual/en/mysqlinfo.api.choosing.php) and will be removed from PHP in the future. This API should updated to use the newer, more secure MySQLi or PDO abstraction layer.

@jebriggsy This has been done ages ago. Close the issue?