X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_querystring.c;h=5f6748263349951d6155ed5daee7634f173ce082;hp=de40a23f3944473cfee1cfcb99d6f814a6e62ca1;hb=dedad9f35cbeaee56e7cca145e378cc6548198e3;hpb=88770c6b3fb365da405b4aede6def9ce88dbca7c;ds=sidebyside diff --git a/php_http_querystring.c b/php_http_querystring.c index de40a23..5f67482 100644 --- a/php_http_querystring.c +++ b/php_http_querystring.c @@ -181,7 +181,7 @@ PHP_HTTP_API STATUS php_http_querystring_update(zval *qarray, zval *params, zval char *s; size_t l; - if (SUCCESS == php_http_url_encode_hash(Z_ARRVAL_P(qarray), 0, NULL, 0, &s, &l TSRMLS_CC)) { + if (SUCCESS == php_http_url_encode_hash(Z_ARRVAL_P(qarray), NULL, 0, &s, &l TSRMLS_CC)) { zval_dtor(outstring); ZVAL_STRINGL(outstring, s, l, 0); } else {