From fc5ceb14ad80960d18ffcaf802431dfdfe2f3ff3 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 11 Feb 2015 10:42:25 +0100 Subject: [PATCH] typo --- php_http_client_curl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2