georg           Sun Nov 30 05:56:56 2003 EDT

  Modified files:              
    /php-src/ext/mysqli mysqli_api.c 
  Log:
  prototype fix for mysqli_ssl_set
  
  
Index: php-src/ext/mysqli/mysqli_api.c
diff -u php-src/ext/mysqli/mysqli_api.c:1.50 php-src/ext/mysqli/mysqli_api.c:1.51
--- php-src/ext/mysqli/mysqli_api.c:1.50        Sat Nov 22 16:20:06 2003
+++ php-src/ext/mysqli/mysqli_api.c     Sun Nov 30 05:56:55 2003
@@ -15,7 +15,7 @@
   | Author: Georg Richter <[EMAIL PROTECTED]>                                |
   +----------------------------------------------------------------------+
 
-  $Id: mysqli_api.c,v 1.50 2003/11/22 21:20:06 georg Exp $ 
+  $Id: mysqli_api.c,v 1.51 2003/11/30 10:56:55 georg Exp $ 
 */
 
 #ifdef HAVE_CONFIG_H
@@ -1836,7 +1836,7 @@
 #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)
 {

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to