WordPress / WordPress/php-toolkit

Zip64 support

Open
#111 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.