summaryrefslogtreecommitdiff
path: root/ext/curl/php_curl.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2010-11-30 16:12:45 +0000
committerIlia Alshanetsky <iliaa@php.net>2010-11-30 16:12:45 +0000
commitc579738b9419d035967509cf3216e55d61f4c2fa (patch)
tree4602912e068325a7defdb2fd35e14d5a7a103be9 /ext/curl/php_curl.h
parent94ca4a4d092ed0892f2bc5784ce84abbb27872e3 (diff)
downloadphp-git-c579738b9419d035967509cf3216e55d61f4c2fa.tar.gz
Same as before
Diffstat (limited to 'ext/curl/php_curl.h')
-rw-r--r--ext/curl/php_curl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h
index 03240e52d8..964ab2d922 100644
--- a/ext/curl/php_curl.h
+++ b/ext/curl/php_curl.h
@@ -124,9 +124,7 @@ struct _php_curl_send_headers {
};
struct _php_curl_free {
-#if LIBCURL_VERSION_NUM < 0x071100
zend_llist str;
-#endif
zend_llist post;
zend_llist slist;
};