Sergey
Sergey
Code to reproduce invalid offset: ```php $s->mark('start'); $s->readString(4); $s->go('start'); for ($i = 0; $ireadBit(); ``` Now pointer set to wrong position.
For few archive types, CRC is not parsed from `7z l`, so it is empty, so it fails with Exception ``` Fatal error: Uncaught TypeError: Archive7z\Entry::getCrc(): Return value must be...
Feature request: treat `tar.gz`/`tgz` archive as a `tar` archive with compression, not as an archive compressed to `gz` file. Right now it treats `UnifiedArchive.tar.gz` like ``` File name | Size...
Now `addEntry($file, $includeSubFiles = false, $storePath = false)` does not support setting name of file in archive. Do you plan to add functionality to specify in-archive path of file when...
Is there any support for rfc7591 and rfc7592 in current version?
I ask to **Write it down that library can't handle parallel workers** when redis driver used. ### What steps will reproduce the problem? Run few workers with redis driver ###...
Hello. I see all your projects dependence on this package and this package use pclzip. I think pclzip is very slow solution in case of managing zip-archives. As alternative for...
It would be nice if autocompletion work for `Model::setAttributes($values)` just like for `BaseObject::__construct($config = [])` (with Go To, Rename and etc). ### What steps will reproduce the problem? Have a...
Hello, First of all - thanks for software! It's brilliant! Secondly, I have a problem with uploading to FTP. I have 2 cameras and remote sftp-server and I faced few...