summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2010-11-30 16:11:27 +0000
committerIlia Alshanetsky <iliaa@php.net>2010-11-30 16:11:27 +0000
commit964eff5276095843f40f5340221bc0c68d855fca (patch)
tree9c534b9fa8a66ce06e7193db2173f8bc3ef928aa
parent085e8b781c5d644ff7c2adccedac6324c43b1b92 (diff)
downloadphp-git-964eff5276095843f40f5340221bc0c68d855fca.tar.gz
Missing bits from last commit
-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;
};