summaryrefslogtreecommitdiffstats
path: root/lib/versioncheck.php
Commit message (Collapse)AuthorAgeFilesLines
* 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>