summaryrefslogtreecommitdiffstats
path: root/lib/versioncheck.php
Commit message (Collapse)AuthorAgeFilesLines
* Drop PHP7.3Christoph Wurst2022-01-251-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Allow minor release of PHP 8.1 to be used as wellCôme Chilliet2021-12-161-3/+3
| | | | | | No reason to allow 8.1.0 and not 8.1.1. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Allow running Nextcloud with PHP 8.1Côme Chilliet2021-12-161-3/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Use proper exit codeDaniel Kesselberg2021-10-031-2/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Some more strict_typesJ0WI2021-04-261-0/+3
| | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Allow to also use PHP 8.0Morris Jobke2020-09-181-3/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Nextcloud 21 runs on PHP 7.3+ onlyMorris Jobke2020-09-181-3/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersChristoph Wurst2019-12-051-1/+23
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use PHP_VERSION_ID to check for the current php versionDaniel Kesselberg2019-12-021-2/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Drop php 7.1 supportRoeland Jago Douma2019-11-281-3/+3
| | | | | | 18 will be relased when php7.1 is EOL already. So lets kill it! Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Allow php7.4Christoph Wurst2019-11-271-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* NC16 is php >= 7.1Roeland Jago Douma2018-12-211-4/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Allow php7.3Roeland Jago Douma2018-10-111-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Raise PHP version number to PHP 7.0Morris Jobke2018-01-121-4/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Nextcloud 13 is not compatible with newer than php 7.2Roeland Jago Douma2017-12-121-0/+18
Just to avoid users from trying this with a to new (untested) php version * Moved the check logic to 1 place * All directly callable scripts just require this on top * exit hard (-1) so we know scripts won't continue * Return status 500 so no sync clients will try fancy stuff Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>