-
Notifications
You must be signed in to change notification settings - Fork 19
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
Do not offer an update if PHP version doesn't match #356
Comments
@PVince81 err. I'd say even more: check all requirements against update server. |
This was implemented for quite some time for PHP 5.4 and Windows in #107 But such hardcoded stuff is quite inflexible so the check on update server side is probably the best approach. |
@PVince81 what do you think about extending update server with appinfo.xml-alike |
something like that:
|
@VicDeo more like adding a new field to the update server's PHP config |
The updater (or update server ?) should not propose an update if the PHP version of the new ownCloud version is not compatible with the current one.
The goal is to avoid being in a "stuck" situation where someone might not be able to update their PHP version (shared hoster?) but then the source code has already been replaced and they have to restore their backups.
@VicDeo
The text was updated successfully, but these errors were encountered: