Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nextcloud 12 is not compatible with newer than php 7.1 #8216

Merged
merged 1 commit into from
Feb 8, 2018

Commits on Feb 7, 2018

  1. Nextcloud 12 is not compatible with newer than php 7.1

    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>
    rullzer committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    88e4da2 View commit details
    Browse the repository at this point in the history