X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_object.h;h=20de8c8e62263098663341790ed464b035a6d80d;hp=c6bd17f58617a3a53266c5e3372f7b28a9e254e3;hb=1f37d09e4c7f55cf6f2c3c10ea3ec2424a482671;hpb=95c6c900d04096d332c422e3f597186b7184c5ab diff --git a/php_http_object.h b/php_http_object.h index c6bd17f..20de8c8 100644 --- a/php_http_object.h +++ b/php_http_object.h @@ -18,7 +18,7 @@ typedef struct php_http_object { zend_object zo; } php_http_object_t; -zend_object *php_http_object_new(zend_class_entry *ce TSRMLS_DC); +zend_object *php_http_object_new(zend_class_entry *ce); php_http_object_t *php_http_object_new_ex(zend_class_entry *ce, void *nothing); typedef void *(*php_http_new_t)(zend_class_entry *ce, void *);