re-enable the factory
[m6w6/ext-http] / php_http_client_datashare.h
index a68c00a10e8f61b40ca71967e7b01f8e54399bea..fb3fc5542c983a8efb6a369a43139dd457f7b942 100644 (file)
@@ -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 {