aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/helper/database.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-061-18/+0
* [ticket/15817] Fix installtion failed with Oraclehubaishan2018-10-011-1/+1
* [ticket/15563] Check if database file is writable only if existsRubén Calvo2018-02-171-1/+1
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
* [ticket/15243] Check permissions before installing with SQLiteRubén Calvo2017-06-151-0/+9
* [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-17/+0
* [ticket/10809] Remove MSSQL supportJakub Senko2016-08-021-9/+0
* [ticket/14591] Use the correct delimiter for MSSQLDavid Colón2016-05-181-3/+3
* [ticket/14039] Revamp updaterMate Bartus2015-10-171-1/+1
* [ticket/13740] Move default data settings out of constructorsMate Bartus2015-07-251-88/+85
* [ticket/13740] Fix database version comparisonMate Bartus2015-07-091-3/+3
* [ticket/13740] Fixes and Tests for database helperMate Bartus2015-07-081-1/+2
* [ticket/13740] Use DBAL for retrieving DB versionCHItA2015-07-081-4/+3
* [ticket/13740] Move installer files to phpbb/install directoryCHItA2015-07-081-0/+459