summaryrefslogtreecommitdiff
path: root/app/Services/ServerCheckService.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-21The correct name for Postgres is PostgreSQLGreg Roach1-2/+2
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-11-09Fix: #5248 - outdated check for PDO driver for SQL-ServerGreg Roach1-1/+1
2025-10-18CodeStyle - promoted constructor argumentsGreg Roach1-2/+3
2025-02-20Code StyleGreg Roach1-1/+0
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2025-01-06Add PhpService so we can mock/test calles to ini_get(), etc.Greg Roach1-52/+14
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-4/+4
2024-09-13Update to PHP EOL dates - https://wiki.php.net/rfc/release_cycle_updateGreg Roach1-2/+4
2024-03-31Refactoring class DBGreg Roach1-7/+8
2023-09-17Remove unused PHP dependenciesGreg Roach1-2/+0
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-12-26Show timestamp of last check for update, and allow check at any timeGreg Roach1-2/+1
2022-10-03Fix: #4567 - typo in name of driver for SQL-ServerGreg Roach1-2/+2
2022-09-06CodeStyleGreg Roach1-3/+3
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-18PHPdocGreg Roach1-4/+4
2022-02-15Add support dates for PHP 8.1Greg Roach1-3/+3
2021-11-21CodeStyleGreg Roach1-1/+1
2021-11-21CodeStyleGreg Roach1-5/+3
2021-10-13Add missing type-hintsGreg Roach1-2/+2
2021-03-11Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2Greg Roach1-2/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-08TyposGreg Roach1-2/+2
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-8/+10
2020-03-22Disable auto-rotation when EXIF library is missingGreg Roach1-0/+1
2020-01-28Add check for missing PHP-INTL libraryGreg Roach1-0/+1
2019-12-24Fix: #2842 - convert MySQL tables from MyISAM to InnoDB during schema upgradesGreg Roach1-53/+0
2019-12-17Add PHP 7.4 support dateGreg Roach1-1/+2
2019-12-10PHPdocGreg Roach1-5/+5
2019-11-22Add check for PHP fileinfo extensionGreg Roach1-0/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+3
2019-09-12CodeStyleGreg Roach1-9/+9
2019-08-29Scrutinizer Auto-Fixes (#2563)Scrutinizer Auto-Fixer1-1/+1
2019-08-29Fix: #2561 - upper/lower case used by different versions of MySQLGreg Roach1-2/+3
2019-08-28Fix: #2560 - Validation of database namesGreg Roach1-2/+2
2019-08-27Add check for MyISAM tablesGreg Roach1-1/+53
2019-08-26Fix: #2498 - improve check for openbasedir restrictionGreg Roach1-4/+42
2019-05-22Fix: #2449 - add ext-zip to the server checks during setupGreg Roach1-0/+1
2019-05-17PHPdocGreg Roach1-2/+0
2019-04-17CodeStyleGreg Roach1-1/+0
2019-04-03Declare static closuresGreg Roach1-1/+1
2019-03-07Code style and testingGreg Roach1-1/+1
2019-03-07PHPdocGreg Roach1-1/+1
2019-03-07Add example module to set PHP/MySQL configurationGreg Roach1-4/+19
2019-03-06Add visibility to constantsGreg Roach1-9/+3
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach1-2/+4
2019-03-02Fix check for disabled functionsGreg Roach1-1/+1