zend_string updates
[m6w6/ext-http] / php_http_api.h
index 1a848b299486c555ae51aa70d5d1fddceaaab9ec..5aa96b7efcdb821bfdd46e9a5451a0c125e73cbd 100644 (file)
 
 ZEND_BEGIN_MODULE_GLOBALS(php_http)
        struct php_http_env_globals env;
+#ifdef PHP_HTTP_HAVE_CLIENT
+       struct {
+#ifdef PHP_HTTP_HAVE_CURL
+               struct php_http_client_curl_globals curl;
+#endif
+       } client;
+#endif
 ZEND_END_MODULE_GLOBALS(php_http)
 
 ZEND_EXTERN_MODULE_GLOBALS(php_http);