X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_url.h;fp=php_http_url.h;h=7eee61d35a074a4ce53ab2e1b7c4b52f675e3963;hp=eaecdfa8ace9debe375bacdec758c780d21e9f92;hb=f95aebf2ddce47f597cf88b97084ffd6ebe93008;hpb=7205cf3cfe9e5dd142513541414b0327aa3be0cf diff --git a/php_http_url.h b/php_http_url.h index eaecdfa..7eee61d 100644 --- a/php_http_url.h +++ b/php_http_url.h @@ -59,16 +59,6 @@ typedef struct php_http_url { char *path; char *query; char *fragment; - /* our stuff */ -#ifdef ZTS - void ***ts; -#endif - const char *ptr; - const char *end; - size_t maxlen; - off_t offset; - unsigned flags; - char buffer[]; } php_http_url_t; PHP_HTTP_API php_http_url_t *php_http_url_parse(const char *str, size_t len, unsigned flags TSRMLS_DC);