helly           Sun Aug  3 14:51:26 2003 EDT

  Modified files:              
    /php-src/ext/mysqli mysqli_fe.c 
  Log:
  Fix build
  
Index: php-src/ext/mysqli/mysqli_fe.c
diff -u php-src/ext/mysqli/mysqli_fe.c:1.17 php-src/ext/mysqli/mysqli_fe.c:1.18
--- php-src/ext/mysqli/mysqli_fe.c:1.17 Sun Aug  3 13:44:36 2003
+++ php-src/ext/mysqli/mysqli_fe.c      Sun Aug  3 14:51:26 2003
@@ -15,7 +15,7 @@
   | Author: Georg Richter <[EMAIL PROTECTED]>                                |
   +----------------------------------------------------------------------+
 
-  $Id: mysqli_fe.c,v 1.17 2003/08/03 17:44:36 zeev Exp $ 
+  $Id: mysqli_fe.c,v 1.18 2003/08/03 18:51:26 helly Exp $ 
 */
 
 #ifdef HAVE_CONFIG_H
@@ -237,7 +237,7 @@
 function_entry mysqli_stmt_methods[] = {
        PHP_FALIAS(affected_rows,mysqli_stmt_affected_rows,NULL)
        PHP_FALIAS(bind_param,mysqli_bind_param,second_arg_force_by_ref_rest)
-       PHP_FALIAS(bind_result,mysqli_bind_result, all_args_force_ref)
+       PHP_FALIAS(bind_result,mysqli_bind_result, all_args_by_ref)
        PHP_FALIAS(execute,mysqli_execute,NULL)
        PHP_FALIAS(fetch,mysqli_fetch,NULL)
        PHP_FALIAS(param_count,mysqli_param_count,NULL)



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

Reply via email to