Top "Ziparchive" questions

ZipArchive is a PHP extension for manipulating zip compressed archives.

PHP ZipArchive what do status values mean?

I am right at the start of trying to write some PHP code to run on a Linux box on …

php ziparchive
How am I supposed to use ZipArchive with memory streams?

My problem is that as soon as ZipArchive is disposed, it automatically closes and disposes the MemoryStream. If I look …

c# memorystream ziparchive
ZIP file not being created, but no error gets triggered

I'm using ZipArchive: function zip_dir($source, $target){ $iterator = new \RecursiveIteratorIterator(new \RecursiveDirectoryIterator($source, \FilesystemIterator::SKIP_DOTS), \RecursiveIteratorIterator::SELF_FIRST); $…

php file zip ziparchive
Unable to install PHP zip archive with PHP 7.2

I am running into some issues installing the PHP zip archive and not sure how to fix this. I am …

php ubuntu ziparchive
Getting corrupted or empty zip by ZipArchive php

I am getting zip file downloaded by following code without any error but the downloaded zip file is empty or …

php zip ziparchive
php zip archive memory, ram and max file size

I have folders that have user generated images that get rather large. When trying to zip these I am getting …

php memory-management ram ziparchive
ZipArchive not opening file - Error Code: 19

Im having issues with my code being able to open a zip file that i have uploaded and moved into …

php ziparchive
Composer Install Error: ZipArchive::extractTo(): Full extraction path exceed MAXPATHLEN (260)

When I run: php composer.phar require kartik-v/yii2-widgets "*" I get the following output (using the -vvv verbose flag): …

installation composer-php yii2 require ziparchive
Unable to load dynamic library 'zip.so' on Centos 7.6.1810 using remi-php72 repo

I am having problems getting October CMS to update: Update failed "Class 'ZipArchive' not found" on line 51 of /var/www/…

php centos7 ziparchive php-zip-archive
ZipArchive issue "Error 21 - Is a Directory" in PHP

I'm generating a set of HTML, CSS, and image files and I'm using ZipArchive to compress them into a zip …

php zip server-side archive ziparchive