Skip to content

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