Skip to content

Imap send #52

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

Closed
wants to merge 3 commits into from
Closed

Imap send #52

wants to merge 3 commits into from

Conversation

Keloran
Copy link

@Keloran Keloran commented Apr 11, 2012

This is a cleanup of my imap_mail patch,

it attempts to fix the following bug
https://bugs.php.net/bug.php?id=30688

int rpath_length = strlen(rpath);
int sendmail_length = strlen(sendmail_path);
char *force_extra_parameters = INI_STR("mail.force_extra_parameters");
char *extra_cmd = NULL;
Copy link
Member

Choose a reason for hiding this comment

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

Declarations have to go first in the block to be compliant with ANSI C. Either move the declarations up or put this in a block.

@smalyshev
Copy link
Contributor

Looks like this patch is abandoned - no response to comments for a year. I am closing this pull, if somebody is interested in taking it to completion please reopen it.

@php-pulls
Copy link

Comment on behalf of stas at php.net:

closing

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.

4 participants