diff options
author | Pierrick Charron <pierrick@php.net> | 2012-12-19 19:44:08 -0500 |
---|---|---|
committer | Pierrick Charron <pierrick@php.net> | 2012-12-19 19:44:08 -0500 |
commit | 66b88c92bb7796b65f2f1da4b04ef91c0ce7a850 (patch) | |
tree | 111f2f27f4853236da0984f8f15c441c2c144d78 /ext/curl/php_curl.h | |
parent | 59692de77facceada2dd19167c4706c0c2a80ba2 (diff) | |
parent | c46e1cdcae70254cfc0b7d5781f2c71162a3734d (diff) | |
download | php-git-66b88c92bb7796b65f2f1da4b04ef91c0ce7a850.tar.gz |
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed bug #55438 (Curlwapper is not sending http header randomly)
Diffstat (limited to 'ext/curl/php_curl.h')
-rw-r--r-- | ext/curl/php_curl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h index 05275455e7..af6a965c99 100644 --- a/ext/curl/php_curl.h +++ b/ext/curl/php_curl.h @@ -181,6 +181,7 @@ typedef struct { CURLMcode mcode; int pending; zval *headers; + struct curl_slist *headers_slist; /* holds custom headers sent out in the request */ } php_curl_stream; |