X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_client.h;h=c206ccd75be97c841bf7528eccad8711f90a283a;hp=6aa8abf282f6da9f0afe1a6d519ba22eb31afb4b;hb=f6a612bfd0eb7ff179c013f3226b6a7790bb4d82;hpb=e57370d1f00da9e12de0917a9f907281ab8e84b5 diff --git a/src/php_http_client.h b/src/php_http_client.h index 6aa8abf..c206ccd 100644 --- a/src/php_http_client.h +++ b/src/php_http_client.h @@ -118,6 +118,7 @@ typedef struct php_http_client_object { php_http_object_method_t *update; php_http_object_method_t notify; long iterator; + zval *gc; zend_object zo; } php_http_client_object_t;