]> granicus.if.org Git - php/commitdiff
- Merge: Fixed bug #49517 (cURL's CURLOPT_FILE prevents file from being deleted after...
authorPierre Joye <pajoye@php.net>
Sat, 10 Oct 2009 09:29:34 +0000 (09:29 +0000)
committerPierre Joye <pajoye@php.net>
Sat, 10 Oct 2009 09:29:34 +0000 (09:29 +0000)
ext/curl/php_curl.h

index f8229e9b6f5f2274f38e1fd3613c02bff02a6522..d50e722a43220ad3b0c1f9ed6a8ddcb626185d97 100644 (file)
@@ -86,6 +86,7 @@ typedef struct {
        smart_str       buf;
        int             method;
        int             type;
+       zval            *stream;
 } php_curl_write;
 
 typedef struct {
@@ -94,6 +95,7 @@ typedef struct {
        FILE            *fp;
        long            fd;
        int             method;
+       zval            *stream;
 } php_curl_read;
 
 typedef struct {