X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=http_querystring_object.c;h=d8de9e16bb3bdbc6d7eabf05b8aaca892c0bfa7b;hb=f65531996b3a8ff72e02531b85ed05393f409900;hp=c6a1bdbe93a49fb4df8717502309874a6d51fc11;hpb=d309416dd166624d97ee795bd87ee5b06714f932;p=m6w6%2Fext-http diff --git a/http_querystring_object.c b/http_querystring_object.c index c6a1bdb..d8de9e1 100644 --- a/http_querystring_object.c +++ b/http_querystring_object.c @@ -216,7 +216,7 @@ static inline zval *_http_querystring_instantiate(zend_bool global TSRMLS_DC) MAKE_STD_ZVAL(zobj); Z_TYPE_P(zobj) = IS_OBJECT; - Z_OBJVAL_P(zobj) = http_querystring_object_new(http_querystring_object_ce); + zobj->value.obj = http_querystring_object_new(http_querystring_object_ce); zend_call_method_with_1_params(&zobj, Z_OBJCE_P(zobj), NULL, "__construct", NULL, zglobal); zval_ptr_dtor(&zglobal);