From 10b60148c9e70a5b9fe482f8a26d4e3eda1213d5 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Sun, 30 Nov 2003 10:56:55 +0000 Subject: [PATCH] prototype fix for mysqli_ssl_set --- ext/mysqli/mysqli_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1