diff options
author | Andrey Hristov <andrey@php.net> | 2003-06-12 12:28:30 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2003-06-12 12:28:30 +0000 |
commit | 4aec01045124fc082d116b0b6f7c0b997b7fe7da (patch) | |
tree | e80d836e518d8c45b16bac0c440b8f0e49c8fa2e /ext/curl | |
parent | 9f97891939e645a0513d32bf1f67190ccefe070b (diff) | |
download | php-git-4aec01045124fc082d116b0b6f7c0b997b7fe7da.tar.gz |
proto fixes
Diffstat (limited to 'ext/curl')
-rw-r--r-- | ext/curl/curl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/curl/curl.c b/ext/curl/curl.c index 75ee00870a..ed12a6a3c5 100644 --- a/ext/curl/curl.c +++ b/ext/curl/curl.c @@ -574,7 +574,7 @@ static void curl_free_slist(void **slist) /* }}} */ -/* {{{ proto array curl_version(void) +/* {{{ proto string curl_version(void) Return cURL version information. */ PHP_FUNCTION(curl_version) { @@ -1023,7 +1023,7 @@ PHP_FUNCTION(curl_exec) } /* }}} */ -/* {{{ proto string curl_getinfo(resource ch, int opt) +/* {{{ proto mixed curl_getinfo(resource ch, int opt) Get information regarding a specific transfer */ PHP_FUNCTION(curl_getinfo) { |