X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_options.h;h=f685f8e6902f51f2910579c8d833737afa72e4f2;hp=2475383c3800f303e026c35b6ca230734c9cd214;hb=7b6175452cb0a9154da31dd571c1425951ec6547;hpb=da63feb69bdf005bdf4b6657513c782a863bde70 diff --git a/php_http_options.h b/php_http_options.h index 2475383..f685f8e 100644 --- a/php_http_options.h +++ b/php_http_options.h @@ -31,12 +31,7 @@ struct php_http_options { struct php_http_option { php_http_options_t suboptions; - struct { - const char *s; - size_t l; - ulong h; - } name; - + zend_string *name; ulong option; zend_uchar type; unsigned flags;