thekabal / tki

The Kabal Invasion - A web based space exploration (4x) game
Other
11 stars 7 forks source link

Add extension loaded check #61

Open thekabal opened 7 years ago

thekabal commented 7 years ago

PHP allows us to check if the needed extensions are loaded:

http://php.net/manual/en/function.extension-loaded.php

Checking for pdo, mbstring, and a DB extension would be ideal, with well-formatted errors to let the admin know.

thekabal commented 7 years ago

Also, check the PDO db driver is available: http://php.net/manual/en/pdo.getavailabledrivers.php