X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_querystring.c;h=2c6ca287bd3eb2758ac7c8fe9974a626bc4f989d;hb=565b1721506d335bd2fc8b52126b3827eb7212e4;hp=e14504cd5eb0b163b8fe1fbed10fb849b8b431f5;hpb=58410541834f8f897291c290d38e7a505dbb93c1;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;