]> source.dussan.org Git - nextcloud-server.git/commit
Don't disable apps on update if PHP >= 7.0.0 2698/head
authorLukas Reschke <lukas@statuscode.ch>
Thu, 15 Dec 2016 15:08:04 +0000 (16:08 +0100)
committerLukas Reschke <lukas@statuscode.ch>
Thu, 15 Dec 2016 15:09:01 +0000 (16:09 +0100)
commit776f5bcd345b77b05cbb9cd3fd234f3ba40eac25
tree1e0d671798caf178e88b54ce17d895f9d00d9cf4
parent3714a6aaf0b565808bd1ec7f8552196447402f58
Don't disable apps on update if PHP >= 7.0.0

When PHP in a version higher than 7.0.0 is used we catch fatal exceptions in app.php and gracefully already disable the app. There is thus no need to also disable the apps on updates.

This has been requested by Jan to fix because that is "the most annoying thing ever" :TM:. – I'd say we give it a try and if that causes problems in the future we can consider alternative approaches.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
lib/private/Updater.php
version.php