Top "Ziparchive" questions

ZipArchive is a PHP extension for manipulating zip compressed archives.

ZipArchive Library Is Not Enabled When Using PHPExcel

I am using CodeIgniter and PHPExcel to read and write to excel files. Everything worked fine in localhost, but when …

php codeigniter phpexcel pecl ziparchive
Warning on ZipArchive Close

I am trying to fix an issue in an auto-zip script for some images, which I wrote a while ago …

php ziparchive
overwriting file in ziparchive

I have archive.zip with two files: hello.txt and world.txt I want to overwrite hello.txt file with …

python ziparchive
PHP Warning ZipArchive::extractTo(): Permission denied

I created an application, which using method extractTo() in class ZipArchive (standard in php) and I tested it on my …

php warnings permission-denied ziparchive
Central Directory corrupt error in ziparchive

In my c# code I am trying to create a zip folder for the user to download in the browser. …

c# ziparchive
PHP - ZipArchive is enabled but not found

When I look at phpinfo I see that Zip is enabled: extension_loaded('zip') // <- returns true. function_exists(…

php linux ziparchive phpinfo
Read Xlsx file in PhpSpreadsheet

I want to read an xlsx file that was created in Microsoft Excel, but when I run the following code... $…

php excel xlsx ziparchive phpspreadsheet
ZipArchive php Class - Is it built-in to PHP?

Ok, just wondering on the versions of PHP that this class is built into. And if they are built into …

php class zip ziparchive
ZipArchive not found but appears to be installed (PHP 7.2)

I'm installing a CMS that requires ZipArchive on an Amazon EC2 instance (Amazon Linux 2). The requirements wizard says ZipArchive is …

php ziparchive
how to zip folder in laravel 5?

need some help for laravel zip file. i have a folder in the public folder and i would like to …

php laravel ziparchive