X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_querystring_object.c;h=0e7b2ac7127bcc0275efddc0677ebaa0a768aca3;hp=f47eecf98dffea1cb70db655546dba3875f1ec4f;hb=4c6426894967c91546b123fd4fe1a04d75baf8e9;hpb=5ba379899fb1e05ede73674dc010ce8846e051c2 diff --git a/http_querystring_object.c b/http_querystring_object.c index f47eecf..0e7b2ac 100644 --- a/http_querystring_object.c +++ b/http_querystring_object.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2007, Michael Wallner | + | Copyright (c) 2004-2010, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -442,7 +442,7 @@ PHP_METHOD(HttpQueryString, mod) PHP_METHOD(HttpQueryString, singleton) { zend_bool global = 1; - zval *instance = *zend_std_get_static_property(THIS_CE, ZEND_STRS("instance")-1, 0 TSRMLS_CC); + zval *instance = *zend_std_get_static_property(THIS_CE, ZEND_STRS("instance")-1, 0 ZEND_LITERAL_NIL_CC TSRMLS_CC); SET_EH_THROW_HTTP(); if (SUCCESS == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|b", &global)) {