X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http_client.h;h=c206ccd75be97c841bf7528eccad8711f90a283a;hp=792581a4da017906ffa05b5e550069b39a0b2157;hb=f6a612bfd0eb7ff179c013f3226b6a7790bb4d82;hpb=a5e66b221dbf5a52cc770f4d7f46f05fe88784ba diff --git a/src/php_http_client.h b/src/php_http_client.h index 792581a..c206ccd 100644 --- a/src/php_http_client.h +++ b/src/php_http_client.h @@ -111,13 +111,14 @@ typedef struct php_http_client { zend_llist responses; } php_http_client_t; -PHP_HTTP_API zend_class_entry *php_http_client_class_entry; +PHP_HTTP_API zend_class_entry *php_http_client_get_class_entry(); typedef struct php_http_client_object { php_http_client_t *client; php_http_object_method_t *update; php_http_object_method_t notify; long iterator; + zval *gc; zend_object zo; } php_http_client_object_t;