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

Separate memory limit formatting from retrieval #6031

Merged
merged 1 commit into from
Jul 2, 2021

Conversation

weirdan
Copy link
Collaborator

@weirdan weirdan commented Jul 2, 2021

This addresses #6030 (comment)

Previously PHP would allow to set memory limit to be below current memory usage, and the test changed in this PR abused that. As we actually don't need to test ini_get(), value decoding was split into its own method, and we're testing that decoding instead.

This addresses vimeo#6030 (comment)

Previously PHP would allow to set memory limit to be below current
memory usage, and the test changed in this PR abused that. As we
actually don't need to test `ini_get()` value decoding was split into
its own method, and we're testing that decoding instead.
@weirdan weirdan merged commit ef0009c into vimeo:master Jul 2, 2021
@weirdan weirdan deleted the separate-memory-units-decoding branch July 2, 2021 00:16
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.

1 participant