- add phpstr_shrink()
[m6w6/ext-http] / http_request_api.c
index 15b101f728367400b8e27774ce40c7ecf87a74de..6090bc15cf62e244a9b6deb55a1049fcbc7bbc90 100644 (file)
@@ -502,7 +502,7 @@ PHP_HTTP_API STATUS _http_request_prepare(http_request *request, HashTable *opti
                }
        }
 
-#if LIBCURL_VERSIONNUM >= 0x070f01
+#if LIBCURL_VERSION_NUM >= 0x070f01
        /* reset cookies */
        if ((zoption = http_request_option(request, options, "resetcookies", IS_BOOL)) && Z_LVAL_P(zoption)) {
                HTTP_CURL_OPT(COOKIELIST, "ALL");