php-archive icon indicating copy to clipboard operation
php-archive copied to clipboard

Pure-PHP implementation to read and write TAR and ZIP archives

Results 6 php-archive issues
Sort by recently updated
recently updated
newest added

I have encountered an issue when adding filename in format "._4слайд-150x150.jpg" , the linux tar utility would mark them with typeFlag x, which is similar to the LongLink typeFlag L....

As title, I want to add the features about ```setPassword``` to encrypt the specific archive file.

enhancement
help wanted

``` $file=file_get_contents('foo.zip'); $zip->openFromString($file); ``` ##

enhancement

Zips support a variety of compression mechanisms. The lib currently assumes deflate (gzip) is always used and will fail otherwise. At least bzip2 should be supported as well. ##

enhancement
help wanted

Hi, I am trying to create a ZIP file, with files and folders, that contain UTF-8 filenames and directory names. ( for example, a file containing some cyrillic letters: тестов_файл.txt...