X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_client_datashare.h;h=fb3fc5542c983a8efb6a369a43139dd457f7b942;hp=a68c00a10e8f61b40ca71967e7b01f8e54399bea;hb=a18e662d5ff2c4e7051e028f8002dbba720cccd6;hpb=c52a84fd06e87bf72eb98e83abfff29779b0681c diff --git a/php_http_client_datashare.h b/php_http_client_datashare.h index a68c00a..fb3fc55 100644 --- a/php_http_client_datashare.h +++ b/php_http_client_datashare.h @@ -36,6 +36,8 @@ typedef struct php_http_client_datashare_ops { php_http_client_datashare_attach_func_t attach; php_http_client_datashare_detach_func_t detach; php_http_client_datashare_setopt_func_t setopt; + php_http_new_t create_object; + zend_class_entry *(*class_entry)(void); } php_http_client_datashare_ops_t; typedef struct php_http_client_datashare {