From: Michael Wallner Date: Sun, 6 Nov 2011 15:27:02 +0000 (+0000) Subject: alias querystring object to base object X-Git-Tag: DEV_2-before-client~89 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=8d0c5d509648d7f5929d3ac8138c50482483d27d;p=m6w6%2Fext-http alias querystring object to base object --- diff --git a/php_http_querystring.h b/php_http_querystring.h index 1c2dbeb..e586964 100644 --- a/php_http_querystring.h +++ b/php_http_querystring.h @@ -18,9 +18,7 @@ PHP_HTTP_API STATUS php_http_querystring_xlate(zval *dst, zval *src, const char #endif /* PHP_HTTP_HAVE_ICONV */ PHP_HTTP_API STATUS php_http_querystring_update(zval *qarray, zval *params, zval *qstring TSRMLS_DC); -typedef struct php_http_querystring_object { - zend_object zo; -} php_http_querystring_object_t; +typedef php_http_object_t php_http_querystring_object_t; #define PHP_HTTP_QUERYSTRING_TYPE_BOOL IS_BOOL #define PHP_HTTP_QUERYSTRING_TYPE_INT IS_LONG