SimpleMachines / tools

Tools for SMF: useful scripts, install/repair and others.
22 stars 34 forks source link

Repair_settings.php - allow 1.x to use mysqli #35

Closed sbulen closed 4 years ago

sbulen commented 4 years ago

Fixes #33

Changes specific to the 1.x compatibility logic:

Tested the new repair_settings.php against 2.0.16, 1.0.23 & 1.1.21 DBs, against php7.1 & php5.6. php5.6 was tested with mysqli disabled to ensure mysql calls still worked.