Fix #50
[m6w6/ext-http] / src / php_http_client.h
index ecaa3043503cebd61f8f8b1cadf2a6fe2b3d1b0e..8c526bd7d62fb1848a4cc785ebb08fd14cbdbd10 100644 (file)
@@ -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;