The PHP documentation says it's still supported
(PHP 5 >= 5.2.0, PHP 7, PECL zip >= 1.1.0)
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Newly provisioned Forge server do not seem to have ZipArchive installed.
new ZipArchive(); //results in class not found error.
Anybody have clear instruction on how to install this?
I think it's a very new problem. ZipArchive is only missing from server I've set up in the last couple of days.
To install it just run this command:
sudo apt-get install php7.0-zip
@bobbybouwmann and it's indeed necessary for the backup package :-) New major version will be released somewhere this week.
Please or to participate in this conversation.