kcozens / OpenSimProfile

OpenSimProfile is an add-on profile module for use with the Open Simulator project
3 stars 0 forks source link

Update the PHP code to use PDO instead of mysql #1

Closed kcozens closed 7 years ago

kcozens commented 7 years ago

In recent versions of PHP the support for mysql calls was dropped. The result is error messages when using the PHP file currently provided in this repository.

kcozens commented 7 years ago

Updated summary to suggest use of PDO rather than mysqli.

kcozens commented 7 years ago

commit 184beff1ddfc6c263ce9bd9a8a9aab0e058fb2cf Author: Kevin Cozens kevin@ve3syb.ca Date: Sun Apr 16 11:42:04 2017 -0400

Converted profile.php to use PDO as mysql_*() calls were removed in PHP 7.