Changeset 3756:66ea0528142b for admin/install
- Timestamp:
- 05/30/18 11:52:24 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/install/check.php
r3731 r3756 47 47 } 48 48 49 if ($con-> driver() == 'mysql' || $con->driver() == 'mysqli' || $con->driver() == 'mysqlimb4') {49 if ($con->syntax() == 'mysql') { 50 50 if (version_compare($con->version(), '4.1', '<')) { 51 51 $err[] = sprintf(__('MySQL version is %s (4.1 or earlier needed).'), $con->version());
Note: See TracChangeset
for help on using the changeset viewer.