X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_client.h;h=8c526bd7d62fb1848a4cc785ebb08fd14cbdbd10;hp=ecaa3043503cebd61f8f8b1cadf2a6fe2b3d1b0e;hb=refs%2Fheads%2Fv2.6.x;hpb=1ac722a1169ffe0f804f8d30a79c2f270d0d7999 diff --git a/src/php_http_client.h b/src/php_http_client.h index ecaa304..8c526bd 100644 --- a/src/php_http_client.h +++ b/src/php_http_client.h @@ -116,6 +116,7 @@ typedef struct php_http_client { php_http_client_debug_callback_t func; void *arg; } debug; + unsigned depth; } callback; zend_llist requests;