Skip to content

Allow unlimited line length in fpm config files #502

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

Merged
merged 1 commit into from
Aug 19, 2014

Conversation

DaveRandom
Copy link
Contributor

@php-pulls php-pulls merged commit 9ad8e89 into php:master Aug 19, 2014
buf[n] = c;
}
if (n == 0) {
continue;
}
buf[n++] = '\n';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAICT buf[n] = '\0'; would work here, instead of having memset() all over.

@DaveRandom DaveRandom deleted the fpmConfFix branch August 20, 2014 00:01
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.

3 participants