frogsystem / fs2core

This is the official repository for Frogsystem 2 development.
http://www.frogsystem.de
2 stars 3 forks source link

Replace old MySQL API calls with PDO_MySQL #87

Closed Thoronador closed 11 years ago

Thoronador commented 11 years ago

This pull request solves issue #86 by removing mysql_xxx function calls and replacing them with the PHP Database Objects (PDO) API.

Note: PDO requires at least PHP 5.1, so pulling these commits raises the minimum required PHP version for Frogsystem 2 from PHP 5.0 to PHP 5.1.