uw Mon, 19 Oct 2009 20:07:25 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=289770
Log: Using require[_once] instead of include. Adding logic to connect.inc to detect multiple inclusions of connect.inc which leads to a Fatal error because of my_mysqli_connect() function redefinition. Some tests did include connect.inc twice -> run-tests - even the one from trunk - did not detect Fatal error in SKIPIF -> false-positive test result... Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/tests/001.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/002.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/003.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/004.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/005.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/006.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/007.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/008.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/009.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/010.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/011.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/012.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/013.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/014.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/015.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/016.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/017.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/018.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/019.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/020.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/021.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/022.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/023.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/024.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/025.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/026.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/027.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/028.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/029.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/030.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/031.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/032.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/033.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/034.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/035.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/036.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/037.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/038.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/039.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/040.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/041.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/042.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/043.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/044.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/045.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/046.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/047.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/048.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/049.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/050.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/051.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/052.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/053.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/054.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/055.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/056.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/057.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/058.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/059.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/060.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/061.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/062.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/063.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/064.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/065.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/066.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/067.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/069.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/070.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/071.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/072.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/073.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/074.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug28817.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug29311.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug30967.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug31668.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug32405.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug33263.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug34810.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug35103.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug35517.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug35759.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug36420.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug36745.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug36802.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug36949.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug37090.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug38710.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug39457.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug42548.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug44897.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug46109.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug48909.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/connect.inc U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_affected_rows.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_affected_rows_oo.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_autocommit.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_autocommit_oo.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_change_user.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_character_set.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_character_set_name.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_character_set_name_oo.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_close.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_close_oo.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_commit.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_commit_oo.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_connect.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_connect_errno.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_connect_error.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_connect_oo.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_connect_oo_defaults.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_connect_oo_warnings.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_connect_twice.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_data_seek.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_data_seek_oo.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_disable_reads_from_master.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_driver.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_dump_debug_info.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_dump_debug_info_oo.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_embedded_connect.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_enable_reads_from_master.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_errno.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_errno_oo.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_error.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_error_oo.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_error_unicode.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_all.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_all_oo.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_array.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_array_assoc.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_array_large.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_array_many_rows.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_array_oo.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_assoc.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_assoc_no_alias.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_assoc_no_alias_utf8.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_assoc_oo.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_field.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_field_direct.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_field_direct_oo.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_field_flags.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_field_oo.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_field_types.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_fields.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_lengths.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_lengths_oo.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_object_no_constructor.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_object_no_object.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_object_oo.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fetch_row.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_field_count.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_field_seek.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_field_tell.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_fork.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_free_result.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_get_cache_stats.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_get_cache_stats_free_buffered.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_get_charset.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_get_client_info.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_get_client_stats.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_get_connection_stats.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_get_host_info.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_get_proto_info.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_get_server_info.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_get_server_version.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_get_warnings.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_info.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_insert_id.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_insert_id_variation.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_kill.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_more_results.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_multi_query.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_next_result.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_num_fields.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_num_rows.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_options.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_options_init_command.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_pconn_conn_multiple.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_pconn_disabled.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_pconn_max_links.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_pconn_reuse.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_pconn_twice.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_pconnect.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_ping.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_poll_mixing_insert_select.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_prepare.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_prepare_no_object.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_query.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_query_local_infile_large.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_query_stored_proc.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_real_escape_string.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_real_escape_string_unicode.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_real_query.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_report.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_report_wo_ps.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_result_unclonable.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_rollback.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_select_db.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_send_query.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_set_charset.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_set_local_infile_handler_close_link.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_set_local_infile_handler_closefile.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_set_local_infile_handler_kill_link.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_set_opt.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_set_opt_numeric_and_datetime_as_unicode.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_sqlstate.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_ssl_set.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stat.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_affected_rows.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_attr_get.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_attr_get_prefetch.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_attr_set.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_bind_param.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_bind_param_check_param_no_change.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_bind_param_references.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_bind_param_type_juggling.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_bind_result.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_bind_result_bit.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_bind_result_references.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_close.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_data_seek.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_datatype_change.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_errno.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_error.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_execute.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_execute_stored_proc.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_fetch.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_fetch_fields_win32_unicode.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_field_count.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_free_result.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_get_result.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_get_result2.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_get_result_field_count.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_get_result_metadata.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_get_result_metadata_fetch_field.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_get_result_non_select.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_get_result_seek.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_init.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_insert_id.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_num_rows.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_param_count.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_prepare.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_reset.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_result_metadata.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_result_metadata_sqltests.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_send_long_data.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_send_long_data_packet_size_libmysql.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_send_long_data_packet_size_mysqlnd.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_sqlstate.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_store_result.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_unclonable.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_store_result.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_thread_id.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_unclonable.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_use_result.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_warning_count.phpt U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_warning_unclonable.phpt U php/php-src/trunk/ext/mysqli/tests/001.phpt U php/php-src/trunk/ext/mysqli/tests/002.phpt U php/php-src/trunk/ext/mysqli/tests/003.phpt U php/php-src/trunk/ext/mysqli/tests/004.phpt U php/php-src/trunk/ext/mysqli/tests/005.phpt U php/php-src/trunk/ext/mysqli/tests/006.phpt U php/php-src/trunk/ext/mysqli/tests/007.phpt U php/php-src/trunk/ext/mysqli/tests/008.phpt U php/php-src/trunk/ext/mysqli/tests/009.phpt U php/php-src/trunk/ext/mysqli/tests/010.phpt U php/php-src/trunk/ext/mysqli/tests/011.phpt U php/php-src/trunk/ext/mysqli/tests/012.phpt U php/php-src/trunk/ext/mysqli/tests/013.phpt U php/php-src/trunk/ext/mysqli/tests/014.phpt U php/php-src/trunk/ext/mysqli/tests/015.phpt U php/php-src/trunk/ext/mysqli/tests/016.phpt U php/php-src/trunk/ext/mysqli/tests/017.phpt U php/php-src/trunk/ext/mysqli/tests/018.phpt U php/php-src/trunk/ext/mysqli/tests/019.phpt U php/php-src/trunk/ext/mysqli/tests/020.phpt U php/php-src/trunk/ext/mysqli/tests/021.phpt U php/php-src/trunk/ext/mysqli/tests/022.phpt U php/php-src/trunk/ext/mysqli/tests/023.phpt U php/php-src/trunk/ext/mysqli/tests/024.phpt U php/php-src/trunk/ext/mysqli/tests/025.phpt U php/php-src/trunk/ext/mysqli/tests/026.phpt U php/php-src/trunk/ext/mysqli/tests/027.phpt U php/php-src/trunk/ext/mysqli/tests/028.phpt U php/php-src/trunk/ext/mysqli/tests/029.phpt U php/php-src/trunk/ext/mysqli/tests/030.phpt U php/php-src/trunk/ext/mysqli/tests/031.phpt U php/php-src/trunk/ext/mysqli/tests/032.phpt U php/php-src/trunk/ext/mysqli/tests/033.phpt U php/php-src/trunk/ext/mysqli/tests/034.phpt U php/php-src/trunk/ext/mysqli/tests/035.phpt U php/php-src/trunk/ext/mysqli/tests/036.phpt U php/php-src/trunk/ext/mysqli/tests/037.phpt U php/php-src/trunk/ext/mysqli/tests/038.phpt U php/php-src/trunk/ext/mysqli/tests/039.phpt U php/php-src/trunk/ext/mysqli/tests/040.phpt U php/php-src/trunk/ext/mysqli/tests/041.phpt U php/php-src/trunk/ext/mysqli/tests/042.phpt U php/php-src/trunk/ext/mysqli/tests/043.phpt U php/php-src/trunk/ext/mysqli/tests/044.phpt U php/php-src/trunk/ext/mysqli/tests/045.phpt U php/php-src/trunk/ext/mysqli/tests/046.phpt U php/php-src/trunk/ext/mysqli/tests/047.phpt U php/php-src/trunk/ext/mysqli/tests/048.phpt U php/php-src/trunk/ext/mysqli/tests/049.phpt U php/php-src/trunk/ext/mysqli/tests/050.phpt U php/php-src/trunk/ext/mysqli/tests/051.phpt U php/php-src/trunk/ext/mysqli/tests/052.phpt U php/php-src/trunk/ext/mysqli/tests/053.phpt U php/php-src/trunk/ext/mysqli/tests/054.phpt U php/php-src/trunk/ext/mysqli/tests/055.phpt U php/php-src/trunk/ext/mysqli/tests/056.phpt U php/php-src/trunk/ext/mysqli/tests/057.phpt U php/php-src/trunk/ext/mysqli/tests/058.phpt U php/php-src/trunk/ext/mysqli/tests/059.phpt U php/php-src/trunk/ext/mysqli/tests/060.phpt U php/php-src/trunk/ext/mysqli/tests/061.phpt U php/php-src/trunk/ext/mysqli/tests/062.phpt U php/php-src/trunk/ext/mysqli/tests/063.phpt U php/php-src/trunk/ext/mysqli/tests/064.phpt U php/php-src/trunk/ext/mysqli/tests/065.phpt U php/php-src/trunk/ext/mysqli/tests/066.phpt U php/php-src/trunk/ext/mysqli/tests/067.phpt U php/php-src/trunk/ext/mysqli/tests/069.phpt U php/php-src/trunk/ext/mysqli/tests/070.phpt U php/php-src/trunk/ext/mysqli/tests/071.phpt U php/php-src/trunk/ext/mysqli/tests/072.phpt U php/php-src/trunk/ext/mysqli/tests/073.phpt U php/php-src/trunk/ext/mysqli/tests/074.phpt U php/php-src/trunk/ext/mysqli/tests/bug28817.phpt U php/php-src/trunk/ext/mysqli/tests/bug29311.phpt U php/php-src/trunk/ext/mysqli/tests/bug30967.phpt U php/php-src/trunk/ext/mysqli/tests/bug31668.phpt U php/php-src/trunk/ext/mysqli/tests/bug32405.phpt U php/php-src/trunk/ext/mysqli/tests/bug33263.phpt U php/php-src/trunk/ext/mysqli/tests/bug34810.phpt U php/php-src/trunk/ext/mysqli/tests/bug35103.phpt U php/php-src/trunk/ext/mysqli/tests/bug35517.phpt U php/php-src/trunk/ext/mysqli/tests/bug35759.phpt U php/php-src/trunk/ext/mysqli/tests/bug36420.phpt U php/php-src/trunk/ext/mysqli/tests/bug36745.phpt U php/php-src/trunk/ext/mysqli/tests/bug36802.phpt U php/php-src/trunk/ext/mysqli/tests/bug36949.phpt U php/php-src/trunk/ext/mysqli/tests/bug37090.phpt U php/php-src/trunk/ext/mysqli/tests/bug38710.phpt U php/php-src/trunk/ext/mysqli/tests/bug39457.phpt U php/php-src/trunk/ext/mysqli/tests/bug42548.phpt U php/php-src/trunk/ext/mysqli/tests/bug44897.phpt U php/php-src/trunk/ext/mysqli/tests/bug46109.phpt U php/php-src/trunk/ext/mysqli/tests/bug48909.phpt U php/php-src/trunk/ext/mysqli/tests/connect.inc U php/php-src/trunk/ext/mysqli/tests/mysqli_affected_rows.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_affected_rows_oo.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_autocommit.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_autocommit_oo.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_change_user.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_character_set.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_character_set_name.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_character_set_name_oo.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_close.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_close_oo.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_commit.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_commit_oo.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_connect.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_connect_errno.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_connect_error.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_connect_oo.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_connect_oo_defaults.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_connect_oo_warnings.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_connect_twice.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_data_seek.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_data_seek_oo.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_disable_reads_from_master.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_driver.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_dump_debug_info.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_dump_debug_info_oo.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_embedded_connect.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_enable_reads_from_master.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_errno.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_errno_oo.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_error.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_error_oo.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_error_unicode.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_all.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_all_oo.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_array.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_array_assoc.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_array_large.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_array_many_rows.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_array_oo.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_assoc.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_assoc_no_alias.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_assoc_no_alias_utf8.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_assoc_oo.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_field.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_field_direct.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_field_direct_oo.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_field_flags.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_field_oo.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_field_types.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_fields.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_lengths.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_lengths_oo.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_object_no_constructor.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_object_no_object.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_object_oo.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fetch_row.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_field_count.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_field_seek.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_field_tell.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_fork.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_free_result.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_get_cache_stats.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_get_cache_stats_free_buffered.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_get_charset.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_get_client_info.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_get_client_stats.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_get_connection_stats.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_get_host_info.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_get_proto_info.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_get_server_info.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_get_server_version.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_get_warnings.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_info.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_insert_id.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_insert_id_variation.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_kill.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_more_results.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_multi_query.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_next_result.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_num_fields.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_num_rows.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_options.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_options_init_command.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_pconn_conn_multiple.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_pconn_disabled.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_pconn_max_links.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_pconn_reuse.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_pconn_twice.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_pconnect.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_ping.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_poll_mixing_insert_select.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_prepare.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_prepare_no_object.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_query.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_query_local_infile_large.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_query_stored_proc.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_real_escape_string.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_real_escape_string_unicode.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_real_query.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_report.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_report_wo_ps.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_result_unclonable.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_rollback.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_select_db.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_send_query.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_set_charset.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_set_local_infile_handler_close_link.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_set_local_infile_handler_closefile.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_set_local_infile_handler_kill_link.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_set_opt.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_set_opt_numeric_and_datetime_as_unicode.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_sqlstate.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_ssl_set.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stat.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_affected_rows.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_attr_get.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_attr_get_prefetch.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_attr_set.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_bind_param.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_bind_param_check_param_no_change.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_bind_param_references.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_bind_param_type_juggling.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_bind_result.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_bind_result_bit.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_bind_result_references.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_close.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_data_seek.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_datatype_change.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_errno.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_error.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_execute.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_execute_stored_proc.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_fetch.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_fetch_fields_win32_unicode.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_field_count.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_free_result.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_get_result.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_get_result2.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_get_result_field_count.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_get_result_metadata.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_get_result_metadata_fetch_field.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_get_result_non_select.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_get_result_seek.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_init.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_insert_id.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_num_rows.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_param_count.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_prepare.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_reset.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_result_metadata.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_result_metadata_sqltests.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_send_long_data.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_send_long_data_packet_size_libmysql.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_send_long_data_packet_size_mysqlnd.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_sqlstate.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_store_result.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_stmt_unclonable.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_store_result.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_thread_id.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_unclonable.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_use_result.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_warning_count.phpt U php/php-src/trunk/ext/mysqli/tests/mysqli_warning_unclonable.phpt <diffs exceeded maximum size>
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php