summaryrefslogtreecommitdiff
path: root/ext/curl/php_curl.h
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-01-06 15:19:34 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-01-06 15:31:49 +0100
commit06e78cad8353d0ff2b8b76fbf93fbc4860debf56 (patch)
treeb72b2dcc5426031a46ff91b68dd5b22c0896f740 /ext/curl/php_curl.h
parentae2150692a9a2e0878314385d03826f160e6a76a (diff)
downloadphp-git-06e78cad8353d0ff2b8b76fbf93fbc4860debf56.tar.gz
Revert "Extend CURLFile to support streams"
This reverts commit 17a9f1401aeb35fe1e3657b38102a410d151d42f, because this commit would break ABI, and also due to bug #79013. We keep the commit for PHP 7.4+, though.
Diffstat (limited to 'ext/curl/php_curl.h')
-rw-r--r--ext/curl/php_curl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h
index 24803e1ccf..0a0da5aa02 100644
--- a/ext/curl/php_curl.h
+++ b/ext/curl/php_curl.h
@@ -169,7 +169,6 @@ struct _php_curl_send_headers {
struct _php_curl_free {
zend_llist str;
zend_llist post;
- zend_llist stream;
HashTable *slist;
};