Compatibility with PHP 7.4.1

Hello.
Is Nextcloud compatible with PHP 7.4.1 or higher?

Currently I have the following error message (I tried to use “nextcloud-18.0.0”) :

===
error
PHP module zip not installed.

Please ask your server administrator to install the module.

PHP modules have been installed, but they are still listed as missing?

Please ask your server administrator to restart the web server.

Thank you.

Nextcloud 18 supports PHP 7.4.x, I’m not aware about any major differences between 7.4 and 7.4.1.

I don’t catch how your initial question is related to the mentioned error message.
Make sure that you install and configure all required PHP module for the cli and web component and the message shouldn’t be shown anymore.

2 Likes

If this is a Debian/Ubuntu system, you need to install the package php7.4-zip. On other OS, the package may have a different name.

1 Like

Hello.
Finally I went back to PHP 4.3
Thank you :slight_smile: