X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_querystring.c;h=2c6ca287bd3eb2758ac7c8fe9974a626bc4f989d;hb=d5de4f9eae86ae1dab0f8a906bf9543710ae124d;hp=e14504cd5eb0b163b8fe1fbed10fb849b8b431f5;hpb=64722314d70dc547e477d87927c22b598aa463d0;p=m6w6%2Fext-http diff --git a/php_http_querystring.c b/php_http_querystring.c index e14504c..2c6ca28 100644 --- a/php_http_querystring.c +++ b/php_http_querystring.c @@ -468,7 +468,7 @@ PHP_METHOD(HttpQueryString, getGlobalInstance) with_error_handling(EH_THROW, php_http_exception_get_class_entry()) { if (SUCCESS == zend_parse_parameters_none()) { with_error_handling(EH_THROW, php_http_exception_get_class_entry()) { - zval *instance = *zend_std_get_static_property(php_http_querystring_class_entry, ZEND_STRL("instance"), 0, NULL TSRMLS_CC); + zval *instance = *zend_std_get_static_property(php_http_querystring_class_entry, ZEND_STRL("instance"), 0 PHP_HTTP_ZEND_LITERAL_CCN TSRMLS_CC); if (Z_TYPE_P(instance) != IS_OBJECT) { zval **_GET = NULL;