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

Enable ZipStreamer compression #110

Open
3 tasks
PVince81 opened this issue Apr 14, 2022 · 0 comments
Open
3 tasks

Enable ZipStreamer compression #110

PVince81 opened this issue Apr 14, 2022 · 0 comments
Labels
enhancement New feature request
Milestone

Comments

@PVince81
Copy link
Member

In https://github.com/nextcloud/user_migration/blob/main/lib/ExportDestination.php#L50 set to:

				'compress' => COMPR::DEFLATE,
				'level' => COMPR::MAXIMUM,

for me locally this leads to this error: https://github.com/DeepDiver1975/PHPZipStreamer/blob/master/src/ZipStreamer.php#L310

even after installing sudo pecl install pecl_http and enabling the "raphf" module, the error still appears.

  • needs further research
  • make it conditional
  • document what is needed to enable compression
@PVince81 PVince81 added the enhancement New feature request label Apr 14, 2022
@PVince81 PVince81 added this to the 0.2 milestone Apr 14, 2022
@Pytal Pytal modified the milestones: 1.1, 1.2 Jul 22, 2022
@come-nc come-nc modified the milestones: 1.2, 1.3 Sep 29, 2022
@Pytal Pytal modified the milestones: 3.0, 4.0 Mar 30, 2023
@come-nc come-nc modified the milestones: 4.0, 5.0 May 16, 2023
@Pytal Pytal modified the milestones: 5.0, 6.0 Dec 1, 2023
@Pytal Pytal modified the milestones: 6.0, 8.0 Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature request
Projects
None yet
Development

No branches or pull requests

3 participants