]> granicus.if.org Git - php/commitdiff
prototype fix for mysqli_ssl_set
authorGeorg Richter <georg@php.net>
Sun, 30 Nov 2003 10:56:55 +0000 (10:56 +0000)
committerGeorg Richter <georg@php.net>
Sun, 30 Nov 2003 10:56:55 +0000 (10:56 +0000)
ext/mysqli/mysqli_api.c

index f01ba5c79cdddeac426e5459d7d8f465534aebfb..382855929d4e484a2b1ebcae5099f7748b7e1ccb 100644 (file)
@@ -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)
 {