Skip to content

Commit e586700

Browse files
committed
Revert "disable upgrades to 26 for 32-bit"
This reverts commit faa747e. Signed-off-by: Côme Chilliet <[email protected]>
1 parent 4e969ef commit e586700

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/private/Updater.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,6 @@ public function upgrade(): bool {
137137

138138
$success = true;
139139
try {
140-
if (PHP_INT_SIZE < 8 && version_compare($currentVersion, '26.0.0.0', '>=')) {
141-
throw new HintException('You are running a 32-bit PHP version. Cannot upgrade to Nextcloud 26 and higher. Please switch to 64-bit PHP.');
142-
}
143140
$this->doUpgrade($currentVersion, $installedVersion);
144141
} catch (HintException $exception) {
145142
$this->log->error($exception->getMessage(), [

0 commit comments

Comments
 (0)