X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_client.h;h=fd77204fc6a53b772931b7ec36931f8486c20835;hp=08743e69ebbaa9188d7a64da3c888bb1b217aa55;hb=ba429472d56e45d8ce65d47ec0b5027f3bba4407;hpb=e1d5ca36e13696a2e87b618165669fc7c53709c1 diff --git a/src/php_http_client.h b/src/php_http_client.h index 08743e6..fd77204 100644 --- a/src/php_http_client.h +++ b/src/php_http_client.h @@ -35,6 +35,7 @@ typedef struct php_http_client_enqueue { zend_fcall_info fci; zend_fcall_info_cache fcc; } closure; + php_http_message_object_t *request_obj; /* supplemental to request */ } php_http_client_enqueue_t; typedef struct php_http_client *(*php_http_client_init_func_t)(struct php_http_client *p, void *init_arg); @@ -117,6 +118,7 @@ typedef struct php_http_client { php_http_client_debug_callback_t func; void *arg; } debug; + unsigned depth; } callback; zend_llist requests;