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