diff options
author | Sara Golemon <pollita@php.net> | 2003-09-06 14:56:36 +0000 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2003-09-06 14:56:36 +0000 |
commit | f9734f810ce635355f4d97354986751c675cc134 (patch) | |
tree | e6d021ebabfb82a11c28a5aa62fd263b66ae4bc0 /ext/standard/http.c | |
parent | e6fbb7baf5b828acbcd72bc534c236dc31bc2d08 (diff) | |
download | php-git-f9734f810ce635355f4d97354986751c675cc134.tar.gz |
Add missing proto
Diffstat (limited to 'ext/standard/http.c')
-rw-r--r-- | ext/standard/http.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/http.c b/ext/standard/http.c index d7a7d8c94e..5208e6c990 100644 --- a/ext/standard/http.c +++ b/ext/standard/http.c @@ -170,6 +170,7 @@ PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr, /* }}} */ /* {{{ proto string http_build_query(mixed formdata [, string prefix]) + Generate a form-encoded query string from an associative array or object. */ PHP_FUNCTION(http_build_query) { |