diff options
author | Sterling Hughes <sterling@php.net> | 2002-11-08 17:58:43 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2002-11-08 17:58:43 +0000 |
commit | 71d316e39e93e88037fcee622fbf9a5e42ce9003 (patch) | |
tree | eec0d7924b0a33658ed14abe9fcf1363937f32a8 /ext/curl/php_curl.h | |
parent | c0dfdd2ff62f9d551251064c5e25fbd327adecef (diff) | |
download | php-git-71d316e39e93e88037fcee622fbf9a5e42ce9003.tar.gz |
add support for curl 7.10.* constants (at least most of them)
add support for persistent connections
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 471bfb7166..7881c2f26b 100644 --- a/ext/curl/php_curl.h +++ b/ext/curl/php_curl.h @@ -92,6 +92,7 @@ typedef struct { struct _php_curl_error err; struct _php_curl_free to_free; long id; + unsigned int uses; } php_curl; /* streams support */ |