X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_url.c;h=79966b601774dc81a4ffdeffa1f0684c572e9a1d;hp=0bfd6576e70f63a80b2a40835460bcbcb367262f;hb=a07b79b1871054ca17e48b69445b4dc201f24662;hpb=4d708279b6956fc95b253ddc88671fb2f0e5aa39 diff --git a/php_http_url.c b/php_http_url.c index 0bfd657..79966b6 100644 --- a/php_http_url.c +++ b/php_http_url.c @@ -340,7 +340,7 @@ PHP_HTTP_API STATUS php_http_url_encode_hash(HashTable *hash, zend_bool override php_http_buffer_append(qstr, pre_encoded_data, pre_encoded_len); } - if (SUCCESS != php_http_url_encode_hash_recursive(hash, qstr, arg_sep, arg_sep_len, NULL, 0)) { + if (SUCCESS != php_http_url_encode_hash_recursive(hash, qstr, arg_sep, arg_sep_len, NULL, 0 TSRMLS_CC)) { php_http_buffer_free(&qstr); return FAILURE; }