Commit Graph

35050 Commits

Author SHA1 Message Date
Antony Dovgal
9de18e2ca2 don't try to compare strings if haystack is "" or shorter than needle
add test
2006-07-12 12:33:04 +00:00
Antony Dovgal
3945c5e1c6 MFB: fix #38072 (boolean arg for mysqli_autocommit() is always true on Solaris) 2006-07-12 10:15:30 +00:00
Antony Dovgal
1fb6a441d7 fix argument parsing utilities
test before commit?
2006-07-12 10:13:13 +00:00
Dmitry Stogov
6a12b2de74 Fixed bug #38067 (Parameters are not decoded from utf-8 when using encoding option) 2006-07-12 09:00:15 +00:00
Hartmut Holzgraefe
4fb0776b8e new test cases for mysqli_warnings and mysql_driver properties 2006-07-12 08:00:24 +00:00
Dmitry Stogov
6abfcba273 Destructors call order is changed (Fixed bug #36759 - Objects destructors are invoked in wrong order when script is finished) 2006-07-12 07:55:04 +00:00
Dmitry Stogov
f5a2224ca3 Fixed bug #36759 (Objects destructors are invoked in wrong order when script is finished) 2006-07-12 07:54:18 +00:00
Marcus Boerger
2991bfec83 - Reorder and add missing 2006-07-12 07:31:56 +00:00
Hartmut Holzgraefe
397a46b559 fixed C&P errors in groups handling, activated groups feature 2006-07-12 07:00:48 +00:00
Sara Golemon
f541962338 Fix typo/Syntax error 2006-07-12 04:20:02 +00:00
516df2ce97 ChangeLog update 2006-07-12 01:30:53 +00:00
Hartmut Holzgraefe
eef7cb2d75 make sure embedded server is correctly initialized 2006-07-11 23:41:40 +00:00
Hartmut Holzgraefe
45a238c129 skip when testing embedded server 2006-07-11 23:37:41 +00:00
Hartmut Holzgraefe
0bbeae457b no need to test ping and kill with embedded server 2006-07-11 23:34:27 +00:00
Andrei Zmievski
19b5513881 Explain new specifiers 2006-07-11 23:05:47 +00:00
Andrei Zmievski
85766e787c Typos 2006-07-11 23:05:33 +00:00
Andrei Zmievski
de20e2ea70 Update design doc. 2006-07-11 22:59:19 +00:00
Andrei Zmievski
a1fcfe3693 Remove unused 'y' specifier. 2006-07-11 22:53:10 +00:00
Andrei Zmievski
b2fb5948b6 *** empty log message *** 2006-07-11 22:42:55 +00:00
Antony Dovgal
8db69d4005 add new tests by Ligaya Turmelle 2006-07-11 21:28:07 +00:00
Antony Dovgal
f41a4f4546 /tmp is often a symlink, use /bin instead 2006-07-11 21:19:56 +00:00
Andrei Zmievski
42b38dc29c Protos. 2006-07-11 20:51:18 +00:00
Andrei Zmievski
62d76d207f Implement getAll() that can be used to get all the pieces defined by the
boundaries.
2006-07-11 19:43:08 +00:00
Andrei Zmievski
dd9b227506 Make next() and previous() take optional step parameter and optimize
return value usage.
2006-07-11 17:59:46 +00:00
Andrei Zmievski
12615846a4 Implement getRuleStatus() and getRuleStatusArray() as well as related
constants.
2006-07-11 17:48:14 +00:00
Andrei Zmievski
b41169d4e7 Rename to a more explanatory macro. 2006-07-11 16:59:42 +00:00
Antony Dovgal
84c2620ab0 fix typo
add test with error messages
2006-07-11 16:32:47 +00:00
Andrei Zmievski
4187b2e1a5 Use object flags. 2006-07-11 16:20:21 +00:00
Dmitry Stogov
1e0999fd46 Nuke signed/unsigned compiler warnings 2006-07-11 14:36:05 +00:00
Dmitry Stogov
c429225904 Nuke signed/unsigned compiler warnings 2006-07-11 14:24:39 +00:00
Antony Dovgal
c68b28f250 fix segfault in jfmonthname(), add test
fix tests (I don't have /home/hartmut here =))
2006-07-11 14:15:38 +00:00
Antony Dovgal
af234920c6 MFB: eliminate compile warnings 2006-07-11 12:37:26 +00:00
Dmitry Stogov
b52137a828 Fixed memory leak in case of exception in iterator callbacks in 'foreach(new Iterator()...' (spl/tests/iterator_047.phpt). 2006-07-11 08:52:44 +00:00
Hartmut Holzgraefe
ecb58ee2cd check both OO and procedural style as "thread_id" is a property and not
a method in the OO interface
2006-07-11 07:21:27 +00:00
Hartmut Holzgraefe
0bf1cbe8d0 modified test to use (and cover) mysqli->thread_id 2006-07-11 07:10:18 +00:00
Hartmut Holzgraefe
250f4efe6b test kill() 2006-07-11 07:04:44 +00:00
Hartmut Holzgraefe
1c39435499 test ping() 2006-07-11 07:04:31 +00:00
Hartmut Holzgraefe
b259f66300 test multi_query(), next_result(), more_results()
(only partially covered by a bug testcase yet)
2006-07-11 07:04:16 +00:00
Hartmut Holzgraefe
587c37a036 get_client_info() test 2006-07-11 07:03:31 +00:00
Hartmut Holzgraefe
bf71e83fbf test was only covering fetch_fields(), added fetch_field() and fetch_field_direct() 2006-07-11 07:02:50 +00:00
Hartmut Holzgraefe
9301bc929d test was not covering DOUBLE bindings 2006-07-11 07:02:02 +00:00
0395649b41 ChangeLog update 2006-07-11 01:31:00 +00:00
Ilia Alshanetsky
bb9a727682 MFB: apache2handler sapi is no longer experimental 2006-07-11 00:15:44 +00:00
Andrei Zmievski
dfbf573d5d Implement getAvailableLocales(). 2006-07-10 23:19:05 +00:00
Andrei Zmievski
ceb8b9b7c5 *** empty log message *** 2006-07-10 23:09:34 +00:00
Andrei Zmievski
637f602822 Optimize zero-arg case for parameter parsing. No more need for manual
checks.
2006-07-10 23:06:33 +00:00
Andrei Zmievski
78f5e9f0a1 Include uclean.h header. 2006-07-10 23:06:17 +00:00
Andrei Zmievski
07bb47a406 Fix validity checks. 2006-07-10 22:12:47 +00:00
Andrei Zmievski
5f19cb01f6 Implement isBoundary() for combining sequences. 2006-07-10 21:42:25 +00:00
Andrei Zmievski
f2cbf6f950 Implement following() for combining sequences. 2006-07-10 21:18:01 +00:00