..
001.phpt
MFH - Changing tests to run with both PHP 6 and PHP 5.3 to make future MFH easier. Basically three changes over all files: a) s/unicode(/%unicode|string% b) s/[u/[%u|b% c) s/unicode.semantics/version_compare
2009-07-01 15:33:31 +00:00
002.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
003.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
bug47438.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
bug48754.phpt
MFH:Fix for bug#48754 mysql_close() crash php when no handle specified
2009-09-18 10:49:31 +00:00
bug51242.phpt
Fixed bug #51242 (Empty mysql.default_port does not default to 3306 anymore, but 0).
2010-03-09 05:08:31 +00:00
clean_table.inc
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
connect.inc
Fix tests that fail when the MySQL's socket file is not /tmp/mysql.sock
2010-03-26 16:58:25 +00:00
mysql_affected_rows.phpt
fix tests
2009-08-29 19:18:27 +00:00
mysql_client_encoding.phpt
MFH. Global s/ini_get('unicode.semantics')/version check/ . Early PHP 6 times are gone. I hope unicode logic will not change any more
2009-07-03 08:42:46 +00:00
mysql_close.phpt
MFH: New param parsing for ext/mysql
2008-11-28 20:23:49 +00:00
mysql_connect.phpt
Making test pass when MySQL runs on Win*
2009-10-20 08:41:11 +00:00
mysql_constants.phpt
Trying to skip tests if they can't connect to the DB server.
2007-10-12 11:57:18 +00:00
mysql_create_db.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
mysql_data_seek.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
mysql_db_name.phpt
MFH. Global s/ini_get('unicode.semantics')/version check/ . Early PHP 6 times are gone. I hope unicode logic will not change any more
2009-07-03 08:42:46 +00:00
mysql_db_query.phpt
MFH. Global s/ini_get('unicode.semantics')/version check/ . Early PHP 6 times are gone. I hope unicode logic will not change any more
2009-07-03 08:42:46 +00:00
mysql_drop_db.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
mysql_errno.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
mysql_error.phpt
MFH. Global s/ini_get('unicode.semantics')/version check/ . Early PHP 6 times are gone. I hope unicode logic will not change any more
2009-07-03 08:42:46 +00:00
mysql_escape_string.phpt
MFH - Changing tests to run with both PHP 6 and PHP 5.3 to make future MFH easier. Basically three changes over all files: a) s/unicode(/%unicode|string% b) s/[u/[%u|b% c) s/unicode.semantics/version_compare
2009-07-01 15:33:31 +00:00
mysql_fetch_array.phpt
Fixing a leak in mysqlnd when passing invalid fetch modes to mysqlnd.
2009-09-30 14:39:33 +00:00
mysql_fetch_assoc.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
mysql_fetch_field.phpt
Next attempt to fix http://bugs.php.net/bug.php?id=48745 . Patch by Andrey.
2009-09-09 17:03:03 +00:00
mysql_fetch_lengths.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
mysql_fetch_object.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
mysql_fetch_row.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
mysql_field_flags.phpt
MFH. Fixing tests to run with SQL_MODE=ANSI_QUOTES as well.
2009-07-07 11:32:17 +00:00
mysql_field_len.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
mysql_field_name.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
mysql_field_seek.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
mysql_field_table.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
mysql_field_type.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
mysql_free_result.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
mysql_get_client_info.phpt
MFH. Global s/ini_get('unicode.semantics')/version check/ . Early PHP 6 times are gone. I hope unicode logic will not change any more
2009-07-03 08:42:46 +00:00
mysql_get_host_info.phpt
MFH. Global s/ini_get('unicode.semantics')/version check/ . Early PHP 6 times are gone. I hope unicode logic will not change any more
2009-07-03 08:42:46 +00:00
mysql_get_proto_info.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
mysql_get_server_info.phpt
MFH. Global s/ini_get('unicode.semantics')/version check/ . Early PHP 6 times are gone. I hope unicode logic will not change any more
2009-07-03 08:42:46 +00:00
mysql_info.phpt
MFH. Fixing tests to run with SQL_MODE=ANSI_QUOTES as well.
2009-07-07 11:32:17 +00:00
mysql_insert_id.phpt
fix tests
2009-08-29 19:18:27 +00:00
mysql_list_dbs.phpt
MFH. Global s/ini_get('unicode.semantics')/version check/ . Early PHP 6 times are gone. I hope unicode logic will not change any more
2009-07-03 08:42:46 +00:00
mysql_list_fields.phpt
Next attempt to fix http://bugs.php.net/bug.php?id=48745 . Patch by Andrey.
2009-09-09 17:03:03 +00:00
mysql_list_processes.phpt
MFH. Global s/ini_get('unicode.semantics')/version check/ . Early PHP 6 times are gone. I hope unicode logic will not change any more
2009-07-03 08:42:46 +00:00
mysql_list_tables.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
mysql_max_links.phpt
Second last set of new tests for ext/mysql
2007-10-10 09:55:28 +00:00
mysql_max_persistent.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
mysql_mysqlnd_read_timeout_long.phpt
Fix and tests for bug #49511 . mysqlnd and the MySQL Client Library (libmysql) use different networking APIs. mysqlnd does use PHP streams whereas libmysql uses its own wrapper of the operating level network calls. PHP sets by default a read timeout of 60s for streams - php.ini, default_socket_timeout. This default applies to all streams that set no other timeout value. mysqlnd has not set any other value and therefore it connections of long running queries can have been cut off after default_socket_timeout seconds resulting in a 2006 - MySQL Server has gone away error message. The MySQL Client Library sets a default timeout of 365 * 24 * 3600 seconds (1year) and waits for other timeouts to happen, e.g. TCP/IP timeouts. mysqlnd now uses the same very long timeout. The value is configurable through a new php.ini setting: mysqlnd.net_read_timeout. mysqlnd.net_read_timeout gets used by any extension (ext/mysql, ext/mysqli, PDO_MySQL) that uses mysqlnd. mysqlnd tells PHP Streams to use mysqlnd.net_read_timeout. Please note that there may be subtle differences between MYSQL_OPT_READ_TIMEOUT from the MySQL Client Library and PHP Streams. E.g. MYSQL_OPT_READ_TIMEOUT is documented to work only for TCP/IP connections and, prior to MySQL 5.1.2, only for Windows. PHP streams may not have this limitation. Please check the streams documentation, if in doubt.
2009-09-16 15:00:54 +00:00
mysql_num_fields.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
mysql_num_rows.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
mysql_pconn_disable.phpt
Fixing test: it didn't do a select_db and gave a false-positive with libmysql
2009-11-05 11:51:21 +00:00
mysql_pconn_kill.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
mysql_pconn_max_links.phpt
Skipping if MySQL old password algorithm is in use as it seems to be the case on gcov.php.net
2009-11-04 16:09:07 +00:00
mysql_pconn_reuse.phpt
Second last set of new tests for ext/mysql
2007-10-10 09:55:28 +00:00
mysql_pconnect.phpt
Second last set of new tests for ext/mysql
2007-10-10 09:55:28 +00:00
mysql_phpinfo.phpt
The internal zval cache has been removed and not been reintroduced... remove corresponding test code
2010-01-04 15:05:34 +00:00
mysql_ping.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
mysql_query.phpt
MFH. Fixing tests to run with SQL_MODE=ANSI_QUOTES as well.
2009-07-07 11:32:17 +00:00
mysql_query_load_data_openbasedir.phpt
Removed safe_mode
2010-04-26 23:53:30 +00:00
mysql_real_escape_string.phpt
MFH - Changing tests to run with both PHP 6 and PHP 5.3 to make future MFH easier. Basically three changes over all files: a) s/unicode(/%unicode|string% b) s/[u/[%u|b% c) s/unicode.semantics/version_compare
2009-07-01 15:33:31 +00:00
mysql_result.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
mysql_select_db.phpt
MFH - Changing tests to run with both PHP 6 and PHP 5.3 to make future MFH easier. Basically three changes over all files: a) s/unicode(/%unicode|string% b) s/[u/[%u|b% c) s/unicode.semantics/version_compare
2009-07-01 15:33:31 +00:00
mysql_set_charset.phpt
MFH. Global s/ini_get('unicode.semantics')/version check/ . Early PHP 6 times are gone. I hope unicode logic will not change any more
2009-07-03 08:42:46 +00:00
mysql_sql_safe_mode.phpt
And the last set of new tests for ext/mysql. "new" does not really mean new.
2007-10-10 09:56:48 +00:00
mysql_stat.phpt
MFH. Global s/ini_get('unicode.semantics')/version check/ . Early PHP 6 times are gone. I hope unicode logic will not change any more
2009-07-03 08:42:46 +00:00
mysql_tablename.phpt
MFH - Changing tests to run with both PHP 6 and PHP 5.3 to make future MFH easier. Basically three changes over all files: a) s/unicode(/%unicode|string% b) s/[u/[%u|b% c) s/unicode.semantics/version_compare
2009-07-01 15:33:31 +00:00
mysql_thread_id.phpt
And the last set of new tests for ext/mysql. "new" does not really mean new.
2007-10-10 09:56:48 +00:00
mysql_trace_mode.phpt
MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
2009-07-02 10:05:37 +00:00
mysql_unbuffered_query.phpt
MFH. Fixing tests to run with SQL_MODE=ANSI_QUOTES as well.
2009-07-07 11:32:17 +00:00
skipif.inc
fix skipif sections
2008-07-13 21:40:49 +00:00
skipifconnectfailure.inc
Allow setting of default connection flags through the environment variable MYSQL_TEST_CONNECT_FLAGS
2009-09-28 10:39:42 +00:00
skipifdefaultconnectfailure.inc
fix tests
2009-08-29 19:18:27 +00:00
skipifnotmysqlnd.inc
Fixed bug #51242 (Empty mysql.default_port does not default to 3306 anymore, but 0).
2010-03-09 05:08:31 +00:00
table.inc
Fix a few more tests
2009-08-03 05:17:53 +00:00