bjori           Mon Oct  2 07:42:49 2006 UTC

  Modified files:              
    /php-src/ext/mysqli mysqli_api.c mysqli_nonapi.c 
  Log:
  Fix protos
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_api.c?r1=1.134&r2=1.135&diff_format=u
Index: php-src/ext/mysqli/mysqli_api.c
diff -u php-src/ext/mysqli/mysqli_api.c:1.134 
php-src/ext/mysqli/mysqli_api.c:1.135
--- php-src/ext/mysqli/mysqli_api.c:1.134       Sun Oct  1 21:01:31 2006
+++ php-src/ext/mysqli/mysqli_api.c     Mon Oct  2 07:42:49 2006
@@ -15,7 +15,7 @@
   | Author: Georg Richter <[EMAIL PROTECTED]>                                |
   +----------------------------------------------------------------------+
 
-  $Id: mysqli_api.c,v 1.134 2006/10/01 21:01:31 georg Exp $ 
+  $Id: mysqli_api.c,v 1.135 2006/10/02 07:42:49 bjori Exp $ 
 */
 
 #ifdef HAVE_CONFIG_H
@@ -1539,7 +1539,7 @@
 }
 /* }}} */
 
-/* {{{ proto bool mysqli_send_long_data(object stmt, int param_nr, string 
data) U
+/* {{{ proto bool mysqli_stmt_send_long_data(object stmt, int param_nr, string 
data) U
 */
 PHP_FUNCTION(mysqli_stmt_send_long_data)
 {
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli_nonapi.c?r1=1.64&r2=1.65&diff_format=u
Index: php-src/ext/mysqli/mysqli_nonapi.c
diff -u php-src/ext/mysqli/mysqli_nonapi.c:1.64 
php-src/ext/mysqli/mysqli_nonapi.c:1.65
--- php-src/ext/mysqli/mysqli_nonapi.c:1.64     Sun Oct  1 21:01:31 2006
+++ php-src/ext/mysqli/mysqli_nonapi.c  Mon Oct  2 07:42:49 2006
@@ -15,7 +15,7 @@
   | Author: Georg Richter <[EMAIL PROTECTED]>                                |
   +----------------------------------------------------------------------+
 
-  $Id: mysqli_nonapi.c,v 1.64 2006/10/01 21:01:31 georg Exp $ 
+  $Id: mysqli_nonapi.c,v 1.65 2006/10/02 07:42:49 bjori Exp $ 
 */
 
 #ifdef HAVE_CONFIG_H
@@ -289,7 +289,7 @@
 }
 /* }}} */
 
-/* {{{ proto object mysqli_get_warnings(object link) U */ 
+/* {{{ proto object mysqli_stmt_get_warnings(object link) U */ 
 PHP_FUNCTION(mysqli_stmt_get_warnings)
 {
        MY_STMT                         *stmt;

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

Reply via email to