Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Compressor and Decompressor to use more efficient streaming compression context (requires PHP 7+) #28

Merged
merged 4 commits into from
Apr 25, 2020

Commits on Apr 24, 2020

  1. Configuration menu
    Copy the full SHA
    8918853 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc2816f View commit details
    Browse the repository at this point in the history
  3. Change Decompressor to use more efficient inflate_init() context

    Among others, this also supports error reporting when decompressing an
    invalid data stream and fixes all known inconsistencies.
    clue committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    3c04e99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef81edf View commit details
    Browse the repository at this point in the history