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

added --gz option to database:dump #2863

Merged
merged 1 commit into from
Nov 1, 2016

Conversation

novia713
Copy link
Contributor

PR for #2862

i preferred to use native php functions for gzipping the file rather than using Drupal ArchiveTar class.
i did

file_put_contents(
  $resultFile,
    gzencode(
        file_get_contents(
            $file
            )
    )
);

perhaps you don't like it 🙃

@enzolutions
Copy link
Contributor

Thank you @novia713 RTBC

@enzolutions enzolutions added this to the 1.0.0-rc7 milestone Nov 1, 2016
@enzolutions enzolutions merged commit f3e7a79 into hechoendrupal:master Nov 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants