Skip to content

Commit 15a92e8

Browse files
patrickallaertnikic
authored andcommitted
Removed broken php_url_encode_hash macro
Broken since ~15 years ago (2994c23) Closes GH-6253.
1 parent 3f392b6 commit 15a92e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/standard/php_http.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@ PHPAPI void php_url_encode_hash_ex(HashTable *ht, smart_str *formstr,
2525
const char *key_prefix, size_t key_prefix_len,
2626
const char *key_suffix, size_t key_suffix_len,
2727
zval *type, const char *arg_sep, int enc_type);
28-
#define php_url_encode_hash(ht, formstr) php_url_encode_hash_ex((ht), (formstr), NULL, 0, NULL, 0, NULL, 0, NULL)
2928

3029
#endif

0 commit comments

Comments
 (0)