script-solution / Boardsolution

An open-source discussion board written in PHP.
GNU General Public License v2.0
6 stars 0 forks source link

[Installation] MySQL-Version error -> mysqlnd compiled instead of libmysql #45

Closed Rafioso closed 11 years ago

Rafioso commented 11 years ago

If the environment is mysqlnd compiled instead of libmysql, the shown versionstring could be like this one:

mysqlnd 5.0.10 - 20111026 - $Id: b0b3*****5e39 $

This is not a valid string for the installation, so the user can't install BS.

This happens because BS use get_client_version() to determine the MySQL-Version.

Should be fixed as fast as possible!