php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | |
Patch CURLM_ADDED_ALREADY-support for cURL related Bug #71694Patch version 2016-03-01 06:28 UTC Return to Bug #71694 | Download this patchThis patch is obsolete Obsoleted by patches: Patch Revisions:Developer: ryosuke_i_628@yahoo.co.jpdiff --git ext/curl/interface.c ext/curl/interface.c index 564d9fc..05aa018 100644 --- ext/curl/interface.c +++ ext/curl/interface.c @@ -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); /* Curl proxy constants */ REGISTER_CURL_CONSTANT(CURLPROXY_HTTP); |
Copyright © 2001-2024 The PHP Group All rights reserved. |
Last updated: Fri Nov 22 21:01:29 2024 UTC |