From: Patrick Allaert Date: Thu, 1 Oct 2020 16:12:27 +0000 (+0200) Subject: Removed broken php_url_encode_hash macro X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15a92e8d7a94dbca6d9de0e21c17058ffa17488d;p=php Removed broken php_url_encode_hash macro Broken since ~15 years ago (2994c2367062a63394753fc367708b3d1f4955e8) Closes GH-6253. --- diff --git a/ext/standard/php_http.h b/ext/standard/php_http.h index 1df941ee00..3f764c18a6 100644 --- a/ext/standard/php_http.h +++ b/ext/standard/php_http.h @@ -25,6 +25,5 @@ PHPAPI void php_url_encode_hash_ex(HashTable *ht, smart_str *formstr, const char *key_prefix, size_t key_prefix_len, const char *key_suffix, size_t key_suffix_len, zval *type, const char *arg_sep, int enc_type); -#define php_url_encode_hash(ht, formstr) php_url_encode_hash_ex((ht), (formstr), NULL, 0, NULL, 0, NULL, 0, NULL) #endif