From 5a7d97fab7c24772192dfbf12ad6311677c1c096 Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 7 Sep 2003 00:00:00 +0000 Subject: [PATCH] typo + proto fix --- ext/standard/http.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ext/standard/http.c b/ext/standard/http.c index 5208e6c9902..ee52eef141a 100644 --- a/ext/standard/http.c +++ b/ext/standard/http.c @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Sara Golemon | + | Authors: Sara Golemon | +----------------------------------------------------------------------+ */ @@ -170,8 +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. - */ + Generates a form-encoded query string from an associative array or object. */ PHP_FUNCTION(http_build_query) { zval *formdata;