diff options
| author | Sriram Natarajan <srinatar@php.net> | 2009-07-21 20:32:32 +0000 |
|---|---|---|
| committer | Sriram Natarajan <srinatar@php.net> | 2009-07-21 20:32:32 +0000 |
| commit | 27dccf7ac08164122b82456fcb7885a66540801c (patch) | |
| tree | 5538ba07a83d80a68985a0a4e09303ddd93b7aa1 /ext/curl/php_curl.h | |
| parent | 160c88cfa14df49b763b841c943c321b5ca175f8 (diff) | |
| download | php-git-27dccf7ac08164122b82456fcb7885a66540801c.tar.gz | |
- Fixed bug #48774 (SIGSEGVs when using curl_copy_handle()).
Diffstat (limited to 'ext/curl/php_curl.h')
| -rw-r--r-- | ext/curl/php_curl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h index edf215ba72..f8229e9b6f 100644 --- a/ext/curl/php_curl.h +++ b/ext/curl/php_curl.h @@ -139,6 +139,7 @@ typedef struct { long id; unsigned int uses; zend_bool in_callback; + zval *clone; } php_curl; typedef struct { |
