MantisBT: master-2.26 787eea89

Author Committer Branch Timestamp Parent
dregad dregad master-2.26 2024-01-20 17:50 master-2.26 0de6dd21
Affected Issues  0033519: MySQL Native Driver (mysqlnd) is required
Changeset

Install: check for missing mysqld and stop if fail

Move database support checks into a separate function to avoid code
duplication.

Add a check for mysqlnd when db_type is mysqli.

Do not attempt to initialize ADOdb object ($g_db) or connect to the
database if the DB checks failed.

Fixes 0033519

mod - admin/install.php Diff File