]> granicus.if.org Git - php/commitdiff
Missing bits from last commit
authorIlia Alshanetsky <iliaa@php.net>
Tue, 30 Nov 2010 16:11:27 +0000 (16:11 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 30 Nov 2010 16:11:27 +0000 (16:11 +0000)
ext/curl/php_curl.h

index 03240e52d8a0fd69947f74c583cbdc50797b67b4..964ab2d922dbc677853c2ec282d863a8e5c7d248 100644 (file)
@@ -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;
 };