summaryrefslogtreecommitdiff
path: root/ext/standard/php_http.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/php_http.h')
-rw-r--r--ext/standard/php_http.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/php_http.h b/ext/standard/php_http.h
index 5a0dba0818..728ea33fd1 100644
--- a/ext/standard/php_http.h
+++ b/ext/standard/php_http.h
@@ -27,6 +27,4 @@ PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr,
zval *type, 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)
-PHP_FUNCTION(http_build_query);
-
#endif