X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_querystring_object.h;h=b37f303b87e700179166eae54eaf34649a2c2b0f;hb=e78857a010ae86f5dddb593cbe96d67e5bd6f13d;hp=b65229f43e53cb6beeaa7507f71071ec2c0e279c;hpb=110b098812fab295f921a45f057c97b490f97e87;p=m6w6%2Fext-http diff --git a/php_http_querystring_object.h b/php_http_querystring_object.h index b65229f..b37f303 100644 --- a/php_http_querystring_object.h +++ b/php_http_querystring_object.h @@ -16,7 +16,7 @@ #define PHP_HTTP_QUERYSTRING_OBJECT_H #ifdef ZEND_ENGINE_2 -typedef struct { +typedef struct _http_querystring_object_t { zend_object zo; } http_querystring_object;