From: Ilia Alshanetsky Date: Tue, 30 Nov 2010 16:11:27 +0000 (+0000) Subject: Missing bits from last commit X-Git-Tag: php-5.3.4RC2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=964eff5276095843f40f5340221bc0c68d855fca;p=php Missing bits from last commit --- 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; };