php-archive
php-archive copied to clipboard
Pure-PHP implementation to read and write TAR and ZIP archives
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.
``` $file=file_get_contents('foo.zip'); $zip->openFromString($file); ``` ##
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. ##
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...