[PHP-CVS] cvs: php-src /ext/mysql/tests 001.phpt 002.phpt 003.phpt connect.inc skipif.inc table.inc

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 11:12:11 2007 UTC Modified files: /php-src/ext/mysql/testsconnect.inc table.inc skipif.inc 001.phpt 002.phpt 003.phpt Log: Trying to fix broken tests. The last set of files committed a few weeks ago broke

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_affected_rows.phpt mysql_client_encoding.phpt mysql_close.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 11:57:45 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_affected_rows.phpt mysql_client_encoding.phpt mysql_close.phpt Log: Whitespace: replacing spaces with tab to

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_db_name.phpt mysql_drop_db.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 12:47:23 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_db_name.phpt mysql_drop_db.phpt Log: Those two should be whitespace / coding standards only. However, in some of my commit messages I might be wrong, it's hard to say what we

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_create_db.phpt mysql_data_seek.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 12:28:47 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_create_db.phpt mysql_data_seek.phpt Log: Should be whitespace/coding standards changes only.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_db_query.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 12:50:35 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_db_query.phpt Log: Whitespace/Coding Standards. Test for default link added.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_connect.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 12:26:21 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_connect.phpt Log: Mostly whitespace (replacing spaces with tab). Additional, weak test for host:port:socket syntax, just to make sure we cover the underlying C code.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_errno.phpt mysql_error.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 12:57:57 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_error.phpt mysql_errno.phpt Log: Whitespace/Coding Standards. The tests origin from ext/mysqli/tests. ext/mysqli/tests should have a skipifemb.inc, which is not needed and

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_escape_string.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 13:22:17 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_escape_string.phpt Log: 1) Whitespace / Coding Standards 2) Don't even dare to have variables that sound like connection parameters and don't come from connect.inc 3)

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_fetch_assoc.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 13:29:41 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_fetch_assoc.phpt Log: Whitespace / Coding Standards http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_fetch_assoc.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_fetch_array.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 13:36:11 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_fetch_array.phpt Log: Aside from whitespace / coding standards this one is more interesting. We added a flag to check if a MySQL column type is a binary type. If so,

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_fetch_lengths.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 13:51:32 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_fetch_lengths.phpt Log: Whitespace. Removing reference to skipifemb.inc.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_fetch_object.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 13:56:37 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_fetch_object.phpt Log: Whitespace/Coding Standards, removing reference to skipifemb.inc, tweaking EXPECTF.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_field_flags.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 14:11:19 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_field_flags.phpt Log: Whitespace/Coding Standards, removal of skipifemb.inc, improved testing and checking for expected field types.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_field_len.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 14:28:22 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_field_len.phpt Log: Whitespace and the usual suspect: skipifemb.inc http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_field_len.phpt?r1=1.1r2=1.2diff_format=u

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_field_name.phpt mysql_field_seek.phpt mysql_field_table.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 14:36:26 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_field_name.phpt mysql_field_seek.phpt mysql_field_table.phpt Log: Removing reference to skipifemb.inc which is

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_field_type.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 14:41:54 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_field_type.phpt Log: Whitespace/Coding Standard http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_field_type.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_free_result.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 14:44:18 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_free_result.phpt Log: Whitespace/Coding Standards and new check what happens if one tries to free not a mysql resource but a file resource.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_get_host_info.phpt mysql_get_proto_info.phpt mysql_get_server_info.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 15:07:29 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_get_host_info.phpt mysql_get_server_info.phpt mysql_get_proto_info.phpt Log: Mainly Whitespace/CS changes.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_info.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 15:13:10 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_info.phpt Log: Whitespace only http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_info.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_insert_id.phpt mysql_list_dbs.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 15:17:47 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_insert_id.phpt mysql_list_dbs.phpt Log: Whitespace and new checks for default connection.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_fetch_field.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 15:26:08 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_fetch_field.phpt Log: Whitespace and more testing. http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_fetch_field.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_list_fields.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 15:47:39 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_list_fields.phpt Log: Whitespace only http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_list_fields.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_list_processes.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 15:49:32 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_list_processes.phpt Log: Whitespace/Coding Standards and check added for default connection.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_num_fields.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 15:51:48 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_num_fields.phpt Log: Whitespace/CS only http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_num_fields.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_get_client_info.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 14:45:53 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_get_client_info.phpt Log: Whitespace and new too many arguments check.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_fetch_row.phpt

2007-07-11 Thread Ulf Wendel
uw Wed Jul 11 14:01:39 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_fetch_row.phpt Log: Whitespace and - as usual - removing skipifemb.inc http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_fetch_row.phpt?r1=1.1r2=1.2diff_format=u

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_num_rows.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 10:18:14 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_num_rows.phpt Log: Whitespace/CS only http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_num_rows.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_pconnect.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 10:25:40 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_pconnect.phpt Log: 1) Whitespace/CS 2) Test mysql.default_socket only if we're using a socket to connect

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_ping.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 10:30:03 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_ping.phpt Log: 1) Whitespace/CS 2) One line added to test default connection

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_query.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 10:47:00 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_query.phpt Log: 1) Whitespace/CS 2) Portability: don't expect any values and have them in the [U]EXPECTF, if they will be available only with certain MySQL Server versions.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_real_escape_string.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 10:52:23 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_real_escape_string.phpt Log: 1) Whitespace/CS 2) Tiny check for default link added

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_select_db.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 13:27:26 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_select_db.phpt Log: 1) Whitespace/CS 2) Fixing [U]EXPECTF to accept whatever db/schema name gets used for the test run

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_tablename.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 13:35:16 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_tablename.phpt Log: 1) Whitespace/CS 2) Added: skip test with mysqlnd, mysqlnd does not support this function currently

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_thread_id.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 13:44:00 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_thread_id.phpt Log: 1) Whitespace/CS 2) Added test for default link http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_thread_id.phpt?r1=1.1r2=1.2diff_format=u

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_unbuffered_query.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 13:50:51 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_unbuffered_query.phpt Log: 1) Whitespace/CS 2) Fixing [U]EXPECTF to be portable among different MySQL Server versions

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_errno.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 13:57:36 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_errno.phpt Log: A bit more verbose message in case of problems. It's been helpful to debug a cross-server version issue.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_list_tables.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 14:22:15 2007 UTC Added files: /php-src/ext/mysql/testsmysql_list_tables.phpt Log: Adding test for mysql_list_tables() http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_list_tables.phpt?view=markuprev=1.1 Index:

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_phpinfo.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 14:22:47 2007 UTC Added files: /php-src/ext/mysql/testsmysql_phpinfo.phpt Log: Checking the phpinfo() entries of ext/mysql http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_phpinfo.phpt?view=markuprev=1.1 Index:

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_set_charset.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 14:23:56 2007 UTC Added files: /php-src/ext/mysql/testsmysql_set_charset.phpt Log: Whoever has hacked this function into ext/mysql, here's a test for it.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_constants.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 14:24:53 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_constants.phpt Log: Blame me for not checking in a version that's been cleaned up with regards to Whitespace/CS...

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_tablename.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 13:58:41 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_tablename.phpt Log: No skipping needed anymore, function is there even with mysqlnd.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_constants.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 14:01:12 2007 UTC Added files: /php-src/ext/mysql/testsmysql_constants.phpt Log: Checks if ext/mysql exposes all constants it should expose.

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_query.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 16:03:10 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_query.phpt Log: Testing SELECT a AS . This is nice to test strcmp() and similar...

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_result.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 16:04:15 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_result.phpt Log: 1) Whitespace/CS 2) Playing with column aliases http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_result.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/mysqli/tests connect.inc

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 20:04:18 2007 UTC Modified files: /php-src/ext/mysqli/tests connect.inc Log: Starting to merge the latest set of ext/mysqli tests from the mysqlnd SVN repro into HEAD. Again, it might happen that I crash the set of tests and don't mention

[PHP-CVS] cvs: php-src /ext/mysqli/tests skipif.inc

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 20:07:05 2007 UTC Modified files: /php-src/ext/mysqli/tests skipif.inc Log: Some tests intentionally fail connecting to the DB. Not being able to connect is no reason to skip the test. Also, no test should have hard-wired connection

[PHP-CVS] cvs: php-src /ext/mysqli/tests table.inc

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 20:10:24 2007 UTC Added files: /php-src/ext/mysqli/tests table.inc Log: Some of the upcoming new tests will use this little helper to create a very simple MySQL table with some data in it to play with.

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_affected_rows.phpt mysqli_affected_rows_oo.phpt mysqli_autocommit.phpt mysqli_autocommit_oo.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 20:20:57 2007 UTC Added files: /php-src/ext/mysqli/tests mysqli_affected_rows.phpt mysqli_affected_rows_oo.phpt mysqli_autocommit.phpt

[PHP-CVS] cvs: php-src /ext/mysqli/tests 001.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 20:28:25 2007 UTC Modified files: /php-src/ext/mysqli/tests 001.phpt Log: All the upcoming changes in the 0*.phpt files are pretty much the same. I'll describe them only once in with a bit of detail. 1) Correct Whitespace (space vs.

[PHP-CVS] cvs: php-src /ext/mysqli/tests 003.phpt 004.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 20:34:50 2007 UTC Modified files: /php-src/ext/mysqli/tests 003.phpt 004.phpt Log: Pretty much the same cosmetics and tweaking as before (proper UEXPECTF, done! at the end to detect crashes, connection parameter tweaking, ...) - plus:

[PHP-CVS] cvs: php-src /ext/mysqli/tests 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 20:38:26 2007 UTC Modified files: /php-src/ext/mysqli/tests 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt Log: The usual tweaking: - take connection parameter from connect.inc - use proper UEXPECTF -

[PHP-CVS] cvs: php-src /ext/mysqli/tests 010.phpt 011.phpt 012.phpt 013.phpt 014.phpt 015.phpt 016.phpt 017.phpt 018.phpt 019.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 20:42:48 2007 UTC Modified files: /php-src/ext/mysqli/tests 010.phpt 011.phpt 012.phpt 013.phpt 014.phpt 015.phpt 016.phpt 017.phpt 018.phpt 019.phpt Log: Next 10 in row to be

[PHP-CVS] cvs: php-src /ext/mysqli/tests 020.phpt 021.phpt 022.phpt 023.phpt 024.phpt 025.phpt 026.phpt 027.phpt 028.phpt 029.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 20:49:29 2007 UTC Modified files: /php-src/ext/mysqli/tests 020.phpt 021.phpt 022.phpt 023.phpt 024.phpt 025.phpt 026.phpt 027.phpt 028.phpt 029.phpt Log: I forgot to mention:

[PHP-CVS] cvs: php-src /ext/mysqli/tests 030.phpt 031.phpt 032.phpt 033.phpt 034.phpt 035.phpt 036.phpt 037.phpt 038.phpt 039.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 20:53:05 2007 UTC Modified files: /php-src/ext/mysqli/tests 030.phpt 031.phpt 032.phpt 033.phpt 034.phpt 035.phpt 036.phpt 037.phpt 038.phpt 039.phpt Log: Connection parameter

[PHP-CVS] cvs: php-src /ext/mysqli/tests 040.phpt 041.phpt 042.phpt 043.phpt 044.phpt 045.phpt 046.phpt 047.phpt 048.phpt 049.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 20:55:12 2007 UTC Modified files: /php-src/ext/mysqli/tests 040.phpt 041.phpt 042.phpt 043.phpt 044.phpt 045.phpt 046.phpt 047.phpt 048.phpt 049.phpt Log: As usual: -

[PHP-CVS] cvs: php-src /ext/mysqli/tests 050.phpt 051.phpt 052.phpt 053.phpt 054.phpt 055.phpt 056.phpt 057.phpt 058.phpt 059.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 20:57:31 2007 UTC Modified files: /php-src/ext/mysqli/tests 050.phpt 051.phpt 052.phpt 053.phpt 054.phpt 055.phpt 056.phpt 057.phpt 058.phpt 059.phpt Log: Will this never end?

[PHP-CVS] cvs: php-src /ext/mysqli/tests 060.phpt 061.phpt 062.phpt 063.phpt 064.phpt 065.phpt 066.phpt 067.phpt 068.phpt 069.phpt 070.phpt 071.phpt 072.phpt 073.phpt 074.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 21:02:22 2007 UTC Modified files: /php-src/ext/mysqli/tests 060.phpt 061.phpt 062.phpt 063.phpt 064.phpt 065.phpt 066.phpt 067.phpt 068.phpt 069.phpt 070.phpt 071.phpt

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_stat.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 13:31:27 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_stat.phpt Log: 1) Whitespace/CS 2) Added check for default connection http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_stat.phpt?r1=1.1r2=1.2diff_format=u

[PHP-CVS] cvs: php-src /ext/mysqli/tests 002.phpt

2007-07-12 Thread Ulf Wendel
uw Thu Jul 12 20:31:18 2007 UTC Modified files: /php-src/ext/mysqli/tests 002.phpt Log: More typical changes: 1) Try to have portable SQL, don't create your own schema unless the test wants to test exactly this 2) Don't rely on default SQL sort

[PHP-CVS] cvs: php-src /ext/mysql/tests connect.inc mysql_fetch_field.phpt mysql_stat.phpt skipif.inc table.inc

2007-07-23 Thread Ulf Wendel
uw Mon Jul 23 07:51:38 2007 UTC Modified files: /php-src/ext/mysql/testsconnect.inc mysql_fetch_field.phpt mysql_stat.phpt skipif.inc table.inc Log: Whitespace (space to tab)/CS With this commit the MySQL internal

[PHP-CVS] cvs: php-src /ext/mysqli/tests 001.phpt 002.phpt 009.phpt 020.phpt 023.phpt 024.phpt 025.phpt 045.phpt 048.phpt 060.phpt 065.phpt 067.phpt connect.inc skipif.inc skipifemb.inc skipifnotemb.i

2007-07-23 Thread Ulf Wendel
uw Mon Jul 23 12:04:19 2007 UTC Modified files: /php-src/ext/mysqli/tests 001.phpt 002.phpt 009.phpt 020.phpt 023.phpt 024.phpt 025.phpt 045.phpt 048.phpt 060.phpt 065.phpt 067.phpt

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_class_mysqli_driver_interface.phpt mysqli_class_mysqli_driver_reflection.phpt mysqli_class_mysqli_interface.phpt mysqli_class_mysqli_reflection.phpt mys

2007-07-23 Thread Ulf Wendel
uw Mon Jul 23 12:11:38 2007 UTC Added files: /php-src/ext/mysqli/tests mysqli_class_mysqli_driver_interface.phpt mysqli_class_mysqli_driver_reflection.phpt mysqli_class_mysqli_interface.phpt

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_set_local_infile_default.phpt mysqli_set_local_infile_handler.phpt mysqli_set_local_infile_handler_bad_character.phpt mysqli_set_local_infile_handler_bu

2007-07-23 Thread Ulf Wendel
uw Mon Jul 23 12:13:15 2007 UTC Added files: /php-src/ext/mysqli/tests mysqli_set_local_infile_default.phpt mysqli_set_local_infile_handler_bad_character.phpt

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_connect.phpt mysqli_connect_errno.phpt mysqli_connect_error.phpt mysqli_connect_oo.phpt mysqli_connect_oo_defaults.phpt mysqli_connect_oo_warnings.phpt

2007-07-23 Thread Ulf Wendel
uw Mon Jul 23 12:15:20 2007 UTC Added files: /php-src/ext/mysqli/tests mysqli_connect_errno.phpt mysqli_connect_error.phpt mysqli_connect_oo_defaults.phpt

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_fetch_array.phpt mysqli_fetch_array_assoc.phpt mysqli_fetch_array_many_rows.phpt mysqli_fetch_array_oo.phpt mysqli_fetch_assoc.phpt mysqli_fetch_assoc_b

2007-07-23 Thread Ulf Wendel
uw Mon Jul 23 12:16:55 2007 UTC Added files: /php-src/ext/mysqli/tests mysqli_fetch_array_assoc.phpt mysqli_fetch_array_many_rows.phpt mysqli_fetch_array_oo.phpt

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_fork.phpt

2007-07-23 Thread Ulf Wendel
uw Mon Jul 23 12:20:26 2007 UTC Added files: /php-src/ext/mysqli/tests mysqli_fork.phpt Log: Playing with background processing: parent and child process fetching data from the same result handle and checking with each other if the fetched rows are

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_fetch_all.phpt mysqli_fetch_all_oo.phpt

2007-07-23 Thread Ulf Wendel
uw Mon Jul 23 12:27:39 2007 UTC Added files: /php-src/ext/mysqli/tests mysqli_fetch_all_oo.phpt mysqli_fetch_all.phpt Log: Another nice new function that comes with mysqlnd: return all rows of a result set in one

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_fetch_object.phpt mysqli_fetch_object_no_constructor.phpt mysqli_fetch_object_no_object.phpt mysqli_fetch_object_oo.phpt

2007-07-23 Thread Ulf Wendel
uw Mon Jul 23 12:28:12 2007 UTC Added files: /php-src/ext/mysqli/tests mysqli_fetch_object_no_constructor.phpt mysqli_fetch_object_no_object.phpt mysqli_fetch_object_oo.phpt

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_fetch_field.phpt mysqli_fetch_field_direct.phpt mysqli_fetch_field_direct_oo.phpt mysqli_fetch_field_oo.phpt mysqli_fetch_fields.phpt

2007-07-23 Thread Ulf Wendel
uw Mon Jul 23 12:28:56 2007 UTC Added files: /php-src/ext/mysqli/tests mysqli_fetch_field_direct_oo.phpt mysqli_fetch_field_direct.phpt mysqli_fetch_field_oo.phpt

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_driver_unclonable.phpt mysqli_result_unclonable.phpt mysqli_stmt_unclonable.phpt mysqli_unclonable.phpt mysqli_warning_unclonable.phpt

2007-07-23 Thread Ulf Wendel
uw Mon Jul 23 12:34:09 2007 UTC Added files: /php-src/ext/mysqli/tests mysqli_driver_unclonable.phpt mysqli_result_unclonable.phpt mysqli_stmt_unclonable.phpt

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_stmt_send_long_data.phpt mysqli_stmt_send_long_data_packet_size_libmysql.phpt mysqli_stmt_send_long_data_packet_size_mysqlnd.phpt

2007-07-23 Thread Ulf Wendel
uw Mon Jul 23 12:36:06 2007 UTC Added files: /php-src/ext/mysqli/tests mysqli_stmt_send_long_data_packet_size_libmysql.phpt mysqli_stmt_send_long_data_packet_size_mysqlnd.phpt

[PHP-CVS] cvs: php-src /ext/mysqli/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt 010.phpt 011.phpt 012.phpt 013.phpt 014.phpt 015.phpt 016.phpt 017.phpt 018.ph

2007-08-09 Thread Ulf Wendel
uw Thu Aug 9 08:41:13 2007 UTC Added files: /php-src/ext/mysqli/tests skipifconnectfailure.inc Modified files: /php-src/ext/mysqli/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt

[PHP-CVS] cvs: php-src /ext/mysqli/tests bug28817.phpt bug29311.phpt bug30967.phpt bug31668.phpt bug32405.phpt bug33090.phpt bug33263.phpt bug33491.phpt bug34785.phpt bug34810.phpt bug35103.phpt bug35

2007-08-09 Thread Ulf Wendel
uw Thu Aug 9 09:43:28 2007 UTC Modified files: /php-src/ext/mysqli/tests bug37090.phpt bug28817.phpt bug29311.phpt bug30967.phpt bug31668.phpt bug32405.phpt bug33090.phpt bug33263.phpt

[PHP-CVS] cvs: php-src /ext/mysqli/tests local_infile_tools.inc reflection_tools.inc

2007-08-09 Thread Ulf Wendel
uw Thu Aug 9 10:16:24 2007 UTC Added files: /php-src/ext/mysqli/tests reflection_tools.inc local_infile_tools.inc Log: I forgot those files when merging mysqlnd SVN and HEAD. Only required by tests that test

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_connect_oo_warnings.phpt

2007-08-09 Thread Ulf Wendel
uw Thu Aug 9 10:10:46 2007 UTC Modified files: /php-src/ext/mysqli/tests mysqli_connect_oo_warnings.phpt Log: No need for an extra skip*.inc file, this check is done in just one place

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_fetch_array.phpt mysql_fetch_assoc.phpt mysql_fetch_field.phpt mysql_fetch_lengths.phpt mysql_fetch_object.phpt mysql_fetch_row.phpt mysql_field_flags.php

2007-08-09 Thread Ulf Wendel
uw Thu Aug 9 11:53:17 2007 UTC Added files: /php-src/ext/mysql/testsskipifconnectfailure.inc Modified files: /php-src/ext/mysql/testsmysql_fetch_array.phpt mysql_fetch_assoc.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysql/tests 001.phpt 002.phpt 003.phpt connect.inc skipif.inc

2007-10-10 Thread Ulf Wendel
uw Wed Oct 10 09:47:21 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysql/tests001.phpt 002.phpt 003.phpt connect.inc skipif.inc Log: Starting to merge the latest set of tests from the mysqlnd development tree

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysql/tests skipifconnectfailure.inc table.inc

2007-10-10 Thread Ulf Wendel
uw Wed Oct 10 09:49:38 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/mysql/teststable.inc skipifconnectfailure.inc Log: New tests use more helper files. http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/table.inc?view=markuprev=1.1

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysql/tests mysql_max_links.phpt mysql_max_persistent.phpt mysql_num_fields.phpt mysql_num_rows.phpt mysql_pconn_disable.phpt mysql_pconn_kill.phpt mysql_pconn_max

2007-10-10 Thread Ulf Wendel
uw Wed Oct 10 09:55:28 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/mysql/testsmysql_max_links.phpt mysql_max_persistent.phpt mysql_num_fields.phpt mysql_num_rows.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysql/tests mysql_list_dbs.phpt mysql_list_fields.phpt mysql_list_processes.phpt mysql_list_tables.phpt mysql_query.phpt mysql_query_load_data_openbasedir.phpt mys

2007-10-10 Thread Ulf Wendel
uw Wed Oct 10 09:56:48 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/mysql/testsmysql_list_dbs.phpt mysql_list_fields.phpt mysql_list_processes.phpt mysql_list_tables.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests connect.inc local_infile_tools.inc reflection_tools.inc skipif.inc skipifconnectfailure.inc skipifemb.inc skipifnotemb.inc skipifunicode.inc table.inc

2007-10-10 Thread Ulf Wendel
uw Wed Oct 10 10:04:46 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests local_infile_tools.inc reflection_tools.inc skipifconnectfailure.inc

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt

2007-10-10 Thread Ulf Wendel
uw Wed Oct 10 10:06:53 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt Log: Changes to

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests 010.phpt 011.phpt 012.phpt 013.phpt 014.phpt 015.phpt 016.phpt 017.phpt 018.phpt 019.phpt

2007-10-10 Thread Ulf Wendel
uw Wed Oct 10 10:07:08 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests 010.phpt 011.phpt 012.phpt 013.phpt 014.phpt 015.phpt 016.phpt 017.phpt 018.phpt 019.phpt Log:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests 020.phpt 021.phpt 022.phpt 023.phpt 024.phpt 025.phpt 026.phpt 027.phpt 028.phpt 029.phpt 030.phpt 031.phpt 032.phpt 033.phpt 034.phpt 035.phpt 036.ph

2007-10-10 Thread Ulf Wendel
uw Wed Oct 10 10:07:46 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests 020.phpt 021.phpt 022.phpt 023.phpt 024.phpt 025.phpt 026.phpt 027.phpt 028.phpt 029.phpt 030.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests 040.phpt 041.phpt 042.phpt 043.phpt 044.phpt 045.phpt 046.phpt 047.phpt 048.phpt 049.phpt 050.phpt 051.phpt 052.phpt 053.phpt 054.phpt 055.phpt 056.ph

2007-10-10 Thread Ulf Wendel
uw Wed Oct 10 10:08:29 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests 040.phpt 041.phpt 042.phpt 043.phpt 044.phpt 045.phpt 046.phpt 047.phpt 048.phpt 049.phpt 050.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests bug28817.phpt bug29311.phpt bug30967.phpt bug31141.phpt bug31668.phpt bug32405.phpt bug33090.phpt bug33263.phpt bug33491.phpt bug34785.phpt bug34810.p

2007-10-10 Thread Ulf Wendel
uw Wed Oct 10 10:10:59 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests bug28817.phpt bug29311.phpt bug30967.phpt bug31141.phpt bug31668.phpt bug32405.phpt bug33090.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests 060.phpt 061.phpt 062.phpt 063.phpt 064.phpt 065.phpt 066.phpt 067.phpt 068.phpt 069.phpt 070.phpt 071.phpt 072.phpt 073.phpt 074.phpt

2007-10-10 Thread Ulf Wendel
uw Wed Oct 10 10:10:14 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests 069.phpt 070.phpt 074.phpt Modified files: /php-src/ext/mysqli/tests 060.phpt 061.phpt 062.phpt 063.phpt 064.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysql/tests mysql_data_seek.phpt mysql_db_name.phpt mysql_db_query.phpt mysql_drop_db.phpt mysql_get_client_info.phpt mysql_get_host_info.phpt mysql_get_proto_info

2007-10-10 Thread Ulf Wendel
uw Wed Oct 10 09:53:34 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/mysql/testsmysql_data_seek.phpt mysql_db_name.phpt mysql_db_query.phpt mysql_drop_db.phpt mysql_get_client_info.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests bug42378.phpt

2007-10-10 Thread Ulf Wendel
uw Wed Oct 10 10:11:27 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests bug42378.phpt Log: Test code for bug #42378 http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/bug42378.phpt?view=markuprev=1.1 Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests mysqli_thread_id.phpt mysqli_thread_safe.phpt mysqli_unclonable.phpt mysqli_use_result.phpt mysqli_warning_count.phpt mysqli_warning_unclonable.phpt

2007-10-10 Thread Ulf Wendel
uw Wed Oct 10 10:20:11 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests mysqli_thread_id.phpt mysqli_thread_safe.phpt mysqli_unclonable.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests mysqli_master_query.phpt mysqli_max_links.phpt mysqli_more_results.phpt mysqli_multi_query.phpt mysqli_mysqli_result_invalid_mode.phpt mysqli_next_res

2007-10-10 Thread Ulf Wendel
uw Wed Oct 10 10:17:38 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests mysqli_master_query.phpt mysqli_max_links.phpt mysqli_more_results.phpt

[PHP-CVS] cvs: php-src /ext/mysqli/tests bug29311.phpt bug33263.phpt mysqli_affected_rows_oo.phpt mysqli_autocommit.phpt mysqli_autocommit_oo.phpt mysqli_class_mysqli_interface.phpt mysqli_class_mysql

2007-10-10 Thread Ulf Wendel
uw Wed Oct 10 10:49:00 2007 UTC Modified files: /php-src/ext/mysqli/tests bug29311.phpt bug33263.phpt mysqli_affected_rows_oo.phpt mysqli_autocommit_oo.phpt

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_max_links.phpt mysql_max_persistent.phpt mysql_pconn_disable.phpt mysql_pconn_kill.phpt mysql_pconn_max_links.phpt mysql_pconn_reuse.phpt mysql_pconnect.p

2007-10-10 Thread Ulf Wendel
uw Wed Oct 10 10:55:52 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_max_links.phpt mysql_max_persistent.phpt mysql_pconn_disable.phpt

[PHP-CVS] cvs: php-src /ext/mysql/tests mysql_fetch_assoc.phpt mysql_fetch_field.phpt mysql_fetch_object.phpt mysql_list_fields.phpt mysql_result.phpt

2007-10-10 Thread Ulf Wendel
uw Wed Oct 10 10:56:33 2007 UTC Modified files: /php-src/ext/mysql/testsmysql_fetch_assoc.phpt mysql_fetch_field.phpt mysql_fetch_object.phpt

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_constants.phpt mysqli_get_connection_stats.phpt mysqli_options.phpt mysqli_phpinfo.phpt mysqli_real_connect.phpt mysqli_report.phpt mysqli_set_charset.p

2007-10-10 Thread Ulf Wendel
uw Wed Oct 10 10:51:34 2007 UTC Modified files: /php-src/ext/mysqli/tests mysqli_set_local_infile_default.phpt mysqli_set_local_infile_handler_bad_character.phpt

[PHP-CVS] cvs: php-src /ext/mysqli/tests bug42378.phpt mysqli_real_connect_pconn.phpt

2007-10-10 Thread Ulf Wendel
uw Wed Oct 10 10:54:03 2007 UTC Modified files: /php-src/ext/mysqli/tests bug42378.phpt mysqli_real_connect_pconn.phpt Log: Should be the last commit for HEAD. Now HEAD and 5_3 should have the latest set of ext/mysqli

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests 061.phpt bug31668.phpt

2007-10-10 Thread Ulf Wendel
uw Wed Oct 10 14:31:29 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests 061.phpt bug31668.phpt Log: Version specific EXPECF sections would be wonderful (bug31668.phpt). And sometimes it helps to read the commit messages to keep tests up

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests mysqli_stmt_field_count.phpt

2007-10-10 Thread Ulf Wendel
uw Wed Oct 10 15:04:59 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests mysqli_stmt_field_count.phpt Log: Fixing the test. Might the PHP 5.2 run-tests.php have fooled me? I could swear, I saw this test passing with 5.2 before...

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mysqli/tests mysqli_real_escape_string_gbk.phpt

2007-10-12 Thread Ulf Wendel
uw Fri Oct 12 12:52:57 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mysqli/tests mysqli_real_escape_string_gbk.phpt Log: Same as for HEAD: make it skip and not fail if it can't connect to DB

[PHP-CVS] cvs: php-src /ext/mysqli/tests mysqli_real_escape_string_gbk.phpt

2007-10-12 Thread Ulf Wendel
uw Fri Oct 12 12:40:05 2007 UTC Modified files: /php-src/ext/mysqli/tests mysqli_real_escape_string_gbk.phpt Log: Now HEAD should be fine: skip test (by default), if DB connect fails.

  1   2   3   4   >