X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_querystring_object.h;h=b37f303b87e700179166eae54eaf34649a2c2b0f;hp=b65229f43e53cb6beeaa7507f71071ec2c0e279c;hb=ccd556e32e7264830790ec13b72a9b0e3760684b;hpb=64616c6675baf9dd168a7e2763e3124db0219921 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;