diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2010-11-30 16:12:45 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2010-11-30 16:12:45 +0000 |
| commit | c579738b9419d035967509cf3216e55d61f4c2fa (patch) | |
| tree | 4602912e068325a7defdb2fd35e14d5a7a103be9 | |
| parent | 94ca4a4d092ed0892f2bc5784ce84abbb27872e3 (diff) | |
| download | php-git-c579738b9419d035967509cf3216e55d61f4c2fa.tar.gz | |
Same as before
| -rw-r--r-- | ext/curl/php_curl.h | 2 |
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; }; |
