diff options
author | Sterling Hughes <sterling@php.net> | 2001-01-12 10:49:38 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2001-01-12 10:49:38 +0000 |
commit | 0e6fe30139aff249540df2d588e33cc61d35c759 (patch) | |
tree | d8c512543397c4f61117d9e44ec144a029a8d21d /ext/curl/php_curl.h | |
parent | 490cca07debbd3e88744b5d464dcbffe41f68b49 (diff) | |
download | php-git-0e6fe30139aff249540df2d588e33cc61d35c759.tar.gz |
Make daniel's changes work in ZTS mode...
Diffstat (limited to 'ext/curl/php_curl.h')
-rw-r--r-- | ext/curl/php_curl.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h index 10e10c82e4..f0235bfeaa 100644 --- a/ext/curl/php_curl.h +++ b/ext/curl/php_curl.h @@ -60,16 +60,6 @@ typedef struct { } php_curl; - -#ifdef ZTS -#define CURLG(v) (curl_globals->v) -#define CURLLS_FETCH() php_curl_globals *curl_globals = ts_resource(curl_globals_id) -#else -#define CURLG(v) (curl_globals.v) -#define CURLLS_FETCH() -#endif - - #else #define curl_module_ptr NULL #endif /* HAVE_CURL */ |