X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_client.h;h=12e557eef59cc9dfa6cad73b5e286c3234840c56;hb=5c2aacdbafcaad2ddae8ce80db86b59bd00208ec;hp=4fdef597404f2190ec97f4518f9a50e2cc0e2791;hpb=c52a84fd06e87bf72eb98e83abfff29779b0681c;p=m6w6%2Fext-http diff --git a/php_http_client.h b/php_http_client.h index 4fdef59..12e557e 100644 --- a/php_http_client.h +++ b/php_http_client.h @@ -136,6 +136,8 @@ typedef struct php_http_client_ops { php_http_client_exec_func_t exec; php_http_client_setopt_func_t setopt; php_http_client_getopt_func_t getopt; + php_http_new_t create_object; + zend_class_entry *(*class_entry)(void); } php_http_client_ops_t; typedef struct php_http_client {