Diff for /embedaddon/php/ext/mysqli/mysqli_fe.h between versions 1.1.1.1 and 1.1.1.3

version 1.1.1.1, 2012/02/21 23:47:58 version 1.1.1.3, 2013/07/22 01:31:56
Line 2 Line 2
   +----------------------------------------------------------------------+    +----------------------------------------------------------------------+
   | PHP Version 5                                                        |    | PHP Version 5                                                        |
   +----------------------------------------------------------------------+    +----------------------------------------------------------------------+
  | Copyright (c) 1997-2012 The PHP Group                                |  | Copyright (c) 1997-2013 The PHP Group                                |
   +----------------------------------------------------------------------+    +----------------------------------------------------------------------+
   | This source file is subject to version 3.01 of the PHP license,      |    | This source file is subject to version 3.01 of the PHP license,      |
   | that is bundled with this package in the file LICENSE, and is        |    | that is bundled with this package in the file LICENSE, and is        |
Line 38  PHP_FUNCTION(mysqli_debug); Line 38  PHP_FUNCTION(mysqli_debug);
 PHP_FUNCTION(mysqli_dump_debug_info);  PHP_FUNCTION(mysqli_dump_debug_info);
 PHP_FUNCTION(mysqli_errno);  PHP_FUNCTION(mysqli_errno);
 PHP_FUNCTION(mysqli_error);  PHP_FUNCTION(mysqli_error);
   PHP_FUNCTION(mysqli_error_list);
 PHP_FUNCTION(mysqli_fetch_all);  PHP_FUNCTION(mysqli_fetch_all);
 PHP_FUNCTION(mysqli_fetch_array);  PHP_FUNCTION(mysqli_fetch_array);
 PHP_FUNCTION(mysqli_fetch_assoc);  PHP_FUNCTION(mysqli_fetch_assoc);
Line 111  PHP_FUNCTION(mysqli_stmt_close); Line 112  PHP_FUNCTION(mysqli_stmt_close);
 PHP_FUNCTION(mysqli_stmt_data_seek);  PHP_FUNCTION(mysqli_stmt_data_seek);
 PHP_FUNCTION(mysqli_stmt_errno);  PHP_FUNCTION(mysqli_stmt_errno);
 PHP_FUNCTION(mysqli_stmt_error);  PHP_FUNCTION(mysqli_stmt_error);
   PHP_FUNCTION(mysqli_stmt_error_list);
 PHP_FUNCTION(mysqli_stmt_free_result);  PHP_FUNCTION(mysqli_stmt_free_result);
 PHP_FUNCTION(mysqli_stmt_get_result);  PHP_FUNCTION(mysqli_stmt_get_result);
 PHP_FUNCTION(mysqli_stmt_get_warnings);  PHP_FUNCTION(mysqli_stmt_get_warnings);
Line 133  PHP_FUNCTION(mysqli_driver_construct); Line 135  PHP_FUNCTION(mysqli_driver_construct);
 PHP_METHOD(mysqli_warning,__construct);  PHP_METHOD(mysqli_warning,__construct);
   
 #endif /* MYSQLI_FE_H */  #endif /* MYSQLI_FE_H */
   
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>