summaryrefslogtreecommitdiff
path: root/ext/standard/php_http.h
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-04-03 15:10:30 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-04-03 15:41:41 +0200
commit2bfcd8825c2e6ca6d32fe957cb4cdb185fd28d31 (patch)
treea55771c2b45321eadb43ec0fd035a15a4de89e11 /ext/standard/php_http.h
parent51bc6233b266f514fb65fa97dfc1754cd0dd4010 (diff)
downloadphp-git-2bfcd8825c2e6ca6d32fe957cb4cdb185fd28d31.tar.gz
Remove now unnecessary PHP_FUNCTION() declarations
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