]> granicus.if.org Git - php/commitdiff
proto fixes
authorAndrey Hristov <andrey@php.net>
Thu, 12 Jun 2003 12:28:30 +0000 (12:28 +0000)
committerAndrey Hristov <andrey@php.net>
Thu, 12 Jun 2003 12:28:30 +0000 (12:28 +0000)
ext/curl/curl.c

index 75ee00870ab2f8fa7a7b2bf56045151d8af64287..ed12a6a3c5da14750b0ac7ceb23b8dfe338b09bd 100644 (file)
@@ -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)
 {