Commit Graph

21423 Commits

Author SHA1 Message Date
Ulf Wendel
572648d585 Now HEAD should be fine: skip test (by default), if DB connect fails. 2007-10-12 12:40:04 +00:00
Ulf Wendel
2ea4b6ba06 Same as for PHP_5_3: Trying to skip tests if they can't connect to the
DB server. Note the environment variable MYSQL_TEST_SKIP_CONNECT_FAILURE
to control if you want tests that can't connect to fail or to be skipped.
2007-10-12 12:32:39 +00:00
Ulf Wendel
7db84d5bcf Fixing test. 2007-10-12 11:52:27 +00:00
Ulf Wendel
534f770ae2 Trying to make them not fail but skip if they cannot connect to the DB. 2007-10-12 11:51:22 +00:00
Ulf Wendel
2027c85be2 Fixing tests. 2007-10-12 11:46:41 +00:00
Antony Dovgal
cb6053bd55 fix typo 2007-10-12 07:23:44 +00:00
Derick Rethans
9e67f64a00 - Updated to version 2007.8 2007-10-11 18:35:04 +00:00
Raghubansh Kumar
84bf8ae506 fix test (temp. file name) 2007-10-11 11:50:10 +00:00
Raghubansh Kumar
8e47cdd59b fix test 2007-10-11 03:17:08 +00:00
Andrey Hristov
d768a03a12 MFB and unify code 2007-10-10 14:32:01 +00:00
Jani Taskinen
040cb2ca5d ret is still int 2007-10-10 12:51:06 +00:00
Jani Taskinen
b3c3c8a90f - Use correct definition 2007-10-10 12:44:29 +00:00
Ulf Wendel
23f2c54784 Test changes for HEAD = synching with 5_3 2007-10-10 10:56:33 +00:00
Ulf Wendel
b67be59f4e Adding tests to ext/mysql in HEAD = synching with 5_3 2007-10-10 10:55:52 +00:00
Ulf Wendel
63103cdbc6 Should be the last commit for HEAD. Now HEAD and 5_3 should have the latest
set of ext/mysqli tests. On Linux 32bit we've about 10 tests failing.
Before the commit we had about 20 tests failing with HEAD.
2007-10-10 10:54:02 +00:00
Ulf Wendel
fc13e57d0f More changes = synching HEAD with 5_3 2007-10-10 10:51:34 +00:00
Ulf Wendel
2dd1b35a85 Commiting changes into HEAD = synching with 5_3 2007-10-10 10:49:00 +00:00
Ulf Wendel
2df3cea685 More updates to the ext/mysqli tests in HEAD = synching with 5_3 2007-10-10 10:46:06 +00:00
Ulf Wendel
eefce01f8d Adding new tests = making sure we're in sync with the 5_3 branch 2007-10-10 10:43:39 +00:00
Jani Taskinen
16ceab9769 - Generated with more recent re2c version 2007-10-10 09:28:25 +00:00
Ilia Alshanetsky
c6b8a40181 MFB: Fixed bug #42869 (automatic session id insertion adds sessions id to
non-local forms)
2007-10-10 00:36:25 +00:00
Raghubansh Kumar
adda3af3cb New testcases for strip_tags() function 2007-10-09 12:42:47 +00:00
Raghubansh Kumar
60d71da435 added unicode output 2007-10-09 11:58:52 +00:00
Raghubansh Kumar
bb27fe1933 fix tests 2007-10-09 11:51:48 +00:00
Raghubansh Kumar
aaa68d2928 fix tests 2007-10-09 05:22:51 +00:00
Raghubansh Kumar
87ebc71b60 fix tests 2007-10-09 04:52:47 +00:00
Andrey Hristov
942e348307 MFB: Move declarations from the public header file. 2007-10-08 15:40:26 +00:00
Raghubansh Kumar
28d292e580 New testcases for strtr() function 2007-10-08 15:31:06 +00:00
Raghubansh Kumar
7aab680f0a New testcases for get_html_translation_table() function 2007-10-08 15:30:38 +00:00
Raghubansh Kumar
e383670a5d fix tests 2007-10-08 06:24:57 +00:00
Yiduo (David) Wang
2514bcfdec stmt->fetch.func.values is not a zval and should not be freed with FREE_ZVAL 2007-10-08 04:05:22 +00:00
Nuno Lopes
a1edb43467 add test for bug #42737.
HEAD didnt have this bug, as it uses a smarter way to iterate over utf-8 chars
2007-10-07 14:00:20 +00:00
Antony Dovgal
970320b43a silence the warning 2007-10-07 12:33:40 +00:00
Antony Dovgal
e9ded30d23 fix typos 2007-10-07 12:23:29 +00:00
Nuno Lopes
2514944be8 MFB: fix ZTS build 2007-10-07 12:21:05 +00:00
Nuno Lopes
bbe92ef947 MFB 2007-10-07 12:14:59 +00:00
Nuno Lopes
586bef4291 MFB: fix #37911 2007-10-07 12:09:02 +00:00
Yiduo (David) Wang
95da0dc570 Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:15:07 +00:00
Antony Dovgal
8e1a65814b fix ws & folding, nuke unused vars 2007-10-06 21:28:10 +00:00
Antony Dovgal
6549f5b422 fix ws and avoid freeing integer vars 2007-10-06 21:15:46 +00:00
Jani Taskinen
9e8288e75e - Add support for LDAP_X_OPT_CONNECT_TIMEOUT (Netscape LDAP SDK equivalent for LDAP_OPT_NETWORK_TIMEOUT) 2007-10-06 02:13:31 +00:00
Jani Taskinen
cffb1afb10 - Added LDAP_OPT_NETWORK_TIMEOUT option for ldap_set_option() to allow setting network timeout 2007-10-06 01:42:40 +00:00
Raghubansh Kumar
dd24301ac6 New testcases for setlocale() function 2007-10-05 19:35:45 +00:00
Raghubansh Kumar
e379d3e914 New testcases for nl2br() function 2007-10-05 18:47:47 +00:00
Raghubansh Kumar
703626aa98 New testcases for strrpos() function 2007-10-05 18:35:49 +00:00
Raghubansh Kumar
0513f160c9 New testcases for str_split() function 2007-10-05 18:20:57 +00:00
Raghubansh Kumar
871cae6d64 New testcases for vsprintf() function 2007-10-05 18:12:36 +00:00
Jani Taskinen
5051719bd6 MFB:-r1.139.2.2 Export symbols that will allow building WDDX as shared object 2007-10-05 15:19:47 +00:00
Jani Taskinen
d386401a1d fix test 2007-10-05 14:57:18 +00:00
David Soria Parra
68327cba36 WS/Indent fix. 2007-10-05 09:38:54 +00:00