From: Georg Richter Date: Sun, 30 Nov 2003 10:56:55 +0000 (+0000) Subject: prototype fix for mysqli_ssl_set X-Git-Tag: php-5.0.0b3RC1~493 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10b60148c9e70a5b9fe482f8a26d4e3eda1213d5;p=php prototype fix for mysqli_ssl_set --- diff --git a/ext/mysqli/mysqli_api.c b/ext/mysqli/mysqli_api.c index f01ba5c79c..382855929d 100644 --- a/ext/mysqli/mysqli_api.c +++ b/ext/mysqli/mysqli_api.c @@ -1836,7 +1836,7 @@ PHP_FUNCTION(mysqli_sqlstate) #endif /* }}} */ -/* {{{ proto string mysqli_ssl_set(object link [,string key [,string cert [,string ca [,string capath [,string cipher]]]]]) +/* {{{ proto bool mysqli_ssl_set(object link ,string key ,string cert ,string ca ,string capath ,string cipher]) */ PHP_FUNCTION(mysqli_ssl_set) {