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 11:28 UTC Return to Bug #71694 | Download this patchThis patch renders other patches obsolete Obsolete patches: Patch Revisions:Developer: ryosuke_i_628@yahoo.co.jpdiff --git ext/curl/interface.c ext/curl/interface.c index 0a7f7c7..564d9fc 100644 --- ext/curl/interface.c +++ ext/curl/interface.c @@ -838,9 +838,6 @@ PHP_MINIT_FUNCTION(curl) REGISTER_CURL_CONSTANT(CURLM_INTERNAL_ERROR); REGISTER_CURL_CONSTANT(CURLM_OK); REGISTER_CURL_CONSTANT(CURLM_OUT_OF_MEMORY); -#if LIBCURL_VERSION_NUM >= 0x072001 /* Available since 7.32.1 */ - REGISTER_CURL_CONSTANT(CURLM_ADDED_ALREADY); -#endif /* Curl proxy constants */ REGISTER_CURL_CONSTANT(CURLPROXY_HTTP); |
Copyright © 2001-2024 The PHP Group All rights reserved. |
Last updated: Fri Nov 22 22:01:30 2024 UTC |