From: Michael Wallner Date: Wed, 11 Feb 2015 09:42:25 +0000 (+0100) Subject: typo X-Git-Tag: RELEASE_2_3_0_RC1~46 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=fc5ceb14ad80960d18ffcaf802431dfdfe2f3ff3 typo --- diff --git a/php_http_client_curl.c b/php_http_client_curl.c index 289e43c..a41075c 100644 --- a/php_http_client_curl.c +++ b/php_http_client_curl.c @@ -1682,7 +1682,7 @@ static void php_http_curlm_options_init(php_http_options_t *registry TSRMLS_DC) php_http_option_register(registry, ZEND_STRL("pipelining"), CURLMOPT_PIPELINING, IS_BOOL); /* chunk length threshold for pipelining */ #if PHP_HTTP_CURL_VERSION(7,30,0) - php_http_option_register(registry, ZEND_STRL("chunk_lenght_penalty_size"), CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE, IS_LONG); + php_http_option_register(registry, ZEND_STRL("chunk_length_penalty_size"), CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE, IS_LONG); #endif /* size threshold for pipelining penalty */ #if PHP_HTTP_CURL_VERSION(7,30,0)