flush WIP
[m6w6/ext-http] / php_http_options.h
index 2475383c3800f303e026c35b6ca230734c9cd214..f685f8e6902f51f2910579c8d833737afa72e4f2 100644 (file)
@@ -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;