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

Fix gzipCompress function name #543

Merged
merged 1 commit into from
Feb 9, 2018
Merged

Conversation

FallDi
Copy link
Contributor

@FallDi FallDi commented Feb 9, 2018

PHP doesn't have gzipCompress function, use gzcompress instead
http://php.net/manual/en/function.gzcompress.php

PHP doesn't have `gzipCompress` function, use `gzcompress` instead
http://php.net/manual/en/function.gzcompress.php
@stayallive
Copy link
Collaborator

stayallive commented Feb 9, 2018

Good catch!

Edit: For reference: https://stackoverflow.com/a/621987/1580028

@stayallive stayallive merged commit 50aca3a into getsentry:master Feb 9, 2018
@Jean85 Jean85 mentioned this pull request May 3, 2018
27 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants