Skip to content

Request #71694 (The constant CURLM_ADDED_ALREADY support) #1781

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 2 commits into from
Closed

Request #71694 (The constant CURLM_ADDED_ALREADY support) #1781

wants to merge 2 commits into from

Conversation

mpyw
Copy link
Contributor

@mpyw mpyw commented Mar 1, 2016

@@ -838,6 +838,7 @@ PHP_MINIT_FUNCTION(curl)
REGISTER_CURL_CONSTANT(CURLM_INTERNAL_ERROR);
REGISTER_CURL_CONSTANT(CURLM_OK);
REGISTER_CURL_CONSTANT(CURLM_OUT_OF_MEMORY);
REGISTER_CURL_CONSTANT(CURLM_ADDED_ALREADY);
Copy link
Member

Choose a reason for hiding this comment

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

Does this need an #if guard?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@nikic Oh sorry, that's true. I'll fix it

@nikic
Copy link
Member

nikic commented Mar 1, 2016

Landed as 0bbea60, thanks!

@nikic nikic closed this Mar 1, 2016
@mpyw mpyw deleted the CURLM_ADDED_ALREADY-support branch March 10, 2016 19:57
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