summaryrefslogtreecommitdiff
path: root/ext/curl/php_curl.h
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2002-11-08 17:58:43 +0000
committerSterling Hughes <sterling@php.net>2002-11-08 17:58:43 +0000
commit71d316e39e93e88037fcee622fbf9a5e42ce9003 (patch)
treeeec0d7924b0a33658ed14abe9fcf1363937f32a8 /ext/curl/php_curl.h
parentc0dfdd2ff62f9d551251064c5e25fbd327adecef (diff)
downloadphp-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.h1
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 */