re-enable the factory
[m6w6/ext-http] / php_http_client_pool.h
index 50b5856a36fc03481ddb297f0b214b90c5eb8aaa..68ba369c611836d8221433f4da0cc1ede7a59fe1 100644 (file)
@@ -41,6 +41,8 @@ typedef struct php_http_client_pool_ops {
        php_http_client_pool_attach_func_t attach;
        php_http_client_pool_detach_func_t detach;
        php_http_client_pool_setopt_func_t setopt;
        php_http_client_pool_attach_func_t attach;
        php_http_client_pool_detach_func_t detach;
        php_http_client_pool_setopt_func_t setopt;
+       php_http_new_t create_object;
+       zend_class_entry *(*class_entry)(void);
 } php_http_client_pool_ops_t;
 
 typedef struct php_http_client_pool {
 } php_http_client_pool_ops_t;
 
 typedef struct php_http_client_pool {