We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e969ef commit e586700Copy full SHA for e586700
lib/private/Updater.php
@@ -137,9 +137,6 @@ public function upgrade(): bool {
137
138
$success = true;
139
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
- }
143
$this->doUpgrade($currentVersion, $installedVersion);
144
} catch (HintException $exception) {
145
$this->log->error($exception->getMessage(), [
0 commit comments