..
bug41125.phpt
- Make test conform to the error reporting that always returns
2008-11-10 18:44:04 +00:00
bug44327.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
bug46292.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
bug53551.phpt
- Fix #53551 (PDOStatement execute segfaults for pdo_mysql driver)
2011-01-14 14:57:57 +00:00
bug53782.phpt
- Fix Bug #53782 (foreach throws irrelevant exception)
2011-05-16 15:37:39 +00:00
bug54929.phpt
- Fixed bug #54929 (Parse error with single quote in sql comment)
2011-06-04 22:54:40 +00:00
bug_33689.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
bug_37445.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
bug_39483.phpt
Fix skipif
2006-12-12 08:13:31 +00:00
bug_39858.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
bug_41125.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
bug_41698.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
bug_41997.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
bug_42499.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
bug_43371.phpt
- Fixed test
2008-10-19 18:23:53 +00:00
bug_44454.phpt
Dont be strict on error messages, they can vary by server version
2010-09-20 09:04:48 +00:00
bug_44707.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
bug_45120.phpt
Fixed bug #45120 (PDOStatement->execute() returns true then false for same statement).
2009-12-03 15:24:43 +00:00
bug_50323.phpt
Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN even in the middle of a string).
2009-12-06 21:32:58 +00:00
bug_51670.phpt
Fixed bug #51670 getColumnMeta causes segfault when re-executing query after calling nextRowset
2010-04-27 05:56:56 +00:00
bug_61207.phpt
Fix Bug #61207 PDO::nextRowset() after a multi-statement query doesn't always work
2012-03-05 23:38:15 +00:00
bug_61411.phpt
Fix for bug#61411
2012-05-02 15:55:22 +02:00
bug_61755.phpt
Fix bug #61755 parsing bug can lead to access violations
2012-04-19 12:46:02 +02:00
bug_pecl_7976.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
bug_pecl_12925.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
common.phpt
Fixed bug #37445 (Fixed crash in pdo_mysql resulting from premature object
2006-07-31 20:18:11 +00:00
config.inc
MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,
2008-07-21 13:09:28 +00:00
last_insert_id.phpt
Fix skipif
2006-12-12 08:13:31 +00:00
mysql_pdo_test.inc
Hopefully, this is an even better way to check for InnoDB support as of MySQL 5.6.1
2011-09-02 11:06:51 +00:00
pdo_mysql___construct_ini.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql___construct_options_libmysql.phpt
Apply test fix for bug #61288 pdo_mysql___construct_options_libmysql.phpt test fails
2012-03-06 01:43:49 +00:00
pdo_mysql___construct_options.phpt
Fix skipifs
2011-09-08 17:52:45 +00:00
pdo_mysql___construct_uri.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql___construct.phpt
- Be less restrictive on the SQL state, some server versions might fool us
2011-08-31 15:25:18 +00:00
pdo_mysql_attr_autocommit.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_attr_case.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_attr_client_version.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_attr_connection_status.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_attr_driver_name.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_attr_errmode.phpt
MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,
2008-07-21 13:09:28 +00:00
pdo_mysql_attr_fetch_table_names.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_attr_init_command.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_attr_max_buffer_size.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_attr_oracle_nulls.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_attr_prefetch.phpt
MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,
2008-07-21 13:09:28 +00:00
pdo_mysql_attr_server_info.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_attr_server_version.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_attr_statement_class.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_begintransaction.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_bit.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_class_constants.phpt
Fix bug #61194 PDO should export compression flag with myslqnd
2012-03-05 23:57:24 +00:00
pdo_mysql_commit.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_connect_charset.phpt
Remove this void comment (c/p mistake)
2011-01-17 09:59:07 +00:00
pdo_mysql_errorcode.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_errorinfo.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_exec_ddl.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_exec_load_data.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_exec_select.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_exec.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_fetch_both.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_get_attribute.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_interface.phpt
Fix skipifs
2011-09-08 17:52:45 +00:00
pdo_mysql_last_insert_id.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_pconnect.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_phpinfo.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_prepare_emulated_anonymous.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_prepare_emulated_placeholder_everywhere.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_prepare_emulated.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_prepare_load_data.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_prepare_match_against.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_prepare_native_clear_error.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_prepare_native_column.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_prepare_native_dup_named_placeholder.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_prepare_native_mixed_style.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_prepare_native_named_placeholder.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_prepare_native_placeholder_everywhere.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_prepare_native.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_rollback.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_stmt_bindcolumn.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_stmt_bindparam_types.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_stmt_bindparam.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_stmt_bindvalue.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_stmt_blobfromsteam.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_stmt_blobs.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_stmt_closecursor_empty.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_stmt_closecursor.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_stmt_columncount.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_stmt_errorcode.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_stmt_errorinfo.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_stmt_fetch_non_select.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_stmt_fetch_serialize_simple.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_stmt_fetch_serialize.phpt
Fixing test - see also gcov results
2010-05-31 13:28:15 +00:00
pdo_mysql_stmt_fetchobject.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_stmt_getcolumnmeta.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_stmt_multiquery.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_stmt_nextrowset.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_stmt_rowcount.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_stmt_unbuffered_2050.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_stmt_variable_columncount.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pdo_mysql_subclass.phpt
Fix test: third parameter can be false.
2010-10-05 14:41:08 +00:00
pdo_mysql_types_zerofill.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pdo_mysql_types.phpt
Test update for sql_mode = ANSI
2010-09-22 15:16:07 +00:00
pecl_bug_5200.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pecl_bug_5780.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
pecl_bug_5802.phpt
Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by replacing string(n) with %unicode|string%(n) and similar.
2009-11-04 12:33:49 +00:00
README
MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,
2008-07-21 13:09:28 +00:00
show_tables.phpt
Fix skipif
2006-12-12 08:13:31 +00:00
skipif.inc
MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,
2008-07-21 13:09:28 +00:00
table.inc
MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,
2008-07-21 13:09:28 +00:00