Pisarev Alexey

Results 22 comments of Pisarev Alexey

Раз комментарии в ссылках на русском, напишу на нём. Это будет добавлено в один из следующих релизов. На готове релиз 3.1.0, в нём скорее всего этого не будет, а будет...

If possible, download the problem zip file here.

Hello. I did not work with AWS S3. Are you sure you registered their [stream wrapper](https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/s3-stream-wrapper.html)?

Try [ZipFile::saveAsStream](https://github.com/Ne-Lexa/php-zip/blob/master/src/ZipFile.php#L1634).

You have uploaded a file that is not a zip archive but an HTML file. ```html You are being redirected. ```

Hello. The main API is almost identical, except for deleting deprecated functional. Try to specify the version `^3.3 | ^4.0`

Please describe the problem in English.

Please attach the damaged file for analysis.

Is this file generated with php-zip library? You must use a slash (/) as a folder separator, not a backslash (\).

See php error log. Try: ```php $directory = __DIR__ . '/resources/test'; ```