I installed Archive_Zip module (v0.1.2) from cPanel > PHP PEAR Packages.
But I still get error in PHP:
Uncaught Error: Class 'ZipArchive' not found
Using use ZipArchive
or new \ZipArchive
didn't help.
How can I enable ZipArchive class in PHP 7.2 having access only on the cPanel (no terminal or anything else) ?