aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/convert/convertor.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-061-15/+1
| | | | PHPBB3-16051
* [ticket/12628] Introduce debug.memoryJakub Senko2019-05-091-3/+4
| | | | | | Also fix one debug.sql_explain missing from the previous PR PHPBB3-12628
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-12/+12
| | | | PHPBB3-14972
* [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-2/+0
| | | | PHPBB3-14739
* [ticket/10809] Remove MSSQL supportJakub Senko2016-08-021-2/+0
| | | | PHPBB3-10809
* Merge branch 'ticket/14577' into ticket/14577-3.2.xMarc Alexander2016-04-021-1/+1
| | | | | Conflicts: phpBB/includes/acp/acp_modules.php
* [ticket/14555] Uniformize cache directory usagesTristan Darricau2016-03-241-1/+1
| | | | PHPBB3-14555
* [ticket/14262] Add error handling and small CS fixesMate Bartus2016-02-021-6/+8
| | | | PHPBB3-14262
* [ticket/14262] Move convertor to controllerMate Bartus2016-01-291-0/+1616
PHPBB3-14262