X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_http_querystring.c;h=96b58a7bb57f0e365169c781acfbcf71281e9b98;hb=293d4e19c4b8c8da8cd4295c5b55a66a232e763a;hp=681d0097155e96ab3f08c6f2f4adb1feb10f5f6f;hpb=e096f45ff30a46d6a8e96da7bc6334d2ac5ab7c2;p=m6w6%2Fext-http diff --git a/src/php_http_querystring.c b/src/php_http_querystring.c index 681d009..96b58a7 100644 --- a/src/php_http_querystring.c +++ b/src/php_http_querystring.c @@ -385,8 +385,6 @@ PHP_METHOD(HttpQueryString, getGlobalInstance) ZVAL_MAKE_REF(_GET); zend_update_property(php_http_querystring_class_entry, return_value, ZEND_STRL("queryArray"), _GET); - - zend_update_static_property(php_http_querystring_class_entry, ZEND_STRL("instance"), return_value); } else { php_http_throw(unexpected_val, "Could not acquire reference to superglobal GET array", NULL); }