Uh oh!
There was an error while loading. Please reload this page.
Add support for PHP 8.4 for Nextcloud 33 - #2513
Conversation
75b45dc to
0b31710Compare7339fbb to
acba3c0Comparekowalski7cc
commented
Jan 2, 2026
Ok containerfile was missing libavif-dev |
joshtrichards
commented
Jan 2, 2026
Those docs are for |
kowalski7cc
commented
Jan 6, 2026
@joshtrichards I'll change the update script to reflect that. You'd prefer to set default PHP 8.4 and set NC 31 and 32 with PHP 8.3 or keep default 8.3 and set NC 33 with PHP 8.4? |
Signed-off-by: Kowalski Dragon (kowalski7cc) <kowalski7cc@users.noreply.github.com>
Signed-off-by: Kowalski Dragon (kowalski7cc) <kowalski7cc@users.noreply.github.com>
acba3c0 to
301f528CompareSigned-off-by: Kowalski Dragon (kowalski7cc) <kowalski7cc@users.noreply.github.com>
301f528 to
235b90fComparekowalski7cc
commented
Feb 3, 2026
Hello, I've changed the pull from Nextcloud 32 to NC 33 and rebased on the current master |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Kowalski Dragon (kowalski7cc) <kowalski7cc@users.noreply.github.com>
kowalski7cc
commented
Feb 24, 2026
Hello @BeneM32@joshtrichards fixed the issue with newline |
| gmp \ | ||
| intl \ | ||
| ldap \ | ||
| opcache \ |
There was a problem hiding this comment.
This is already enabled by default: docker-library/php#1587
| docker-php-ext-configure ftp --with-openssl-dir=/usr; \ | ||
| docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp; \ | ||
| docker-php-ext-configure ftp %%FTP_OPTIONS%%; \ | ||
| docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp --with-avif; \ |
There was a problem hiding this comment.
Is AVIF used anywhere in Nextcloud with GD?
I'll fix this in #2533 |
kowalski7cc
commented
Feb 25, 2026
ok |
Per https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server update PHP to 8.4
Signed-off-by: Kowalski Dragon (kowalski7cc) kowalski7cc@users.noreply.github.com