* typo
[m6w6/ext-http] / http_functions.c
index 9b57b64204d8254bcf2ae0a34834b5ac4c227734..0b39b72cf36ef5e30715d0ea604edc474f0498a3 100644 (file)
@@ -981,7 +981,7 @@ PHP_FUNCTION(http_build_query)
        }
 
        formstr = phpstr_new();
-       if (SUCCESS != http_urlencode_hash_implementation_ex(HASH_OF(formdata), formstr, arg_sep, prefix, prefix_len, NULL, 0, NULL, 0, (Z_TYPE_P(formdata) == IS_OBJECT ? formdata : NULL) TSRMLS_CC)) {
+       if (SUCCESS != http_urlencode_hash_implementation_ex(HASH_OF(formdata), formstr, arg_sep, prefix, prefix_len, NULL, 0, NULL, 0, (Z_TYPE_P(formdata) == IS_OBJECT ? formdata : NULL))) {
                phpstr_free(formstr);
                RETURN_FALSE;
        }