WordPress / WordPress/php-toolkit
Zip64 support
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 61
- Forks
- 21
- Avg merge
- 19h 34m
- Merged PRs (30d)
- 7
Description
ZipStreamReader and ZipStreamWriter do not support zip64 yet. However, large sites will have more than 65k files and may have files larger than 4gb. Let's provide support for the zip64 version of the zip format.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the ZipStreamReader and ZipStreamWriter implementations and any existing ZIP-format tests. Read how archive size and file-count limits are currently handled, then define coverage for reading and writing Zip64 archives. Done means archives exceeding 65k files or 4 GB are supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100