Commit Graph

392 Commits

Author SHA1 Message Date
Martin Kraemer
e46b1b3747 Typo 2007-03-14 09:49:58 +00:00
Stanislav Malyshev
b9fd0c848a add testcase 2007-03-09 18:37:32 +00:00
Stanislav Malyshev
031991d7a7 MFB: fix crash/leak in bug #38710 2007-03-08 22:57:02 +00:00
Marcus Boerger
20a40063c5 - avoid sprintf 2007-02-24 16:25:58 +00:00
Stanislav Malyshev
d78f8b05a0 use error message size 2007-02-16 18:49:06 +00:00
Andrey Hristov
f483a60f3a add a sticky note 2007-01-12 20:26:35 +00:00
Georg Richter
a8d9958f70 merged from 5_2 (mysqli_info crash) 2007-01-06 05:50:36 +00:00
Georg Richter
f9fe766355 fixed parameters for unicode in mysqli_change_user 2007-01-02 05:49:05 +00:00
Sebastian Bergmann
3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Andrey Hristov
20fc9486db dummy change 2006-12-04 15:27:18 +00:00
Georg Richter
1763eaec25 Fixed function headers (added missing U)
fixed socket parameter (was removed by mistake in a previous commit)
2006-10-31 15:23:16 +00:00
Georg Richter
dd5f975cc9 Fix for bug #39085:
PHP6 requires mysqli_set_character_set function which was introduced in
MySQL 4.1.13 and 5.0.7
2006-10-09 04:46:03 +00:00
Hannes Magnusson
176b72284c Error message clean up
(patch by Matt W (php_lists -AT- realpain.com))
2006-10-08 13:34:24 +00:00
Ilia Alshanetsky
ae21a1ab79 Another build fix 2006-10-07 18:24:51 +00:00
Antony Dovgal
255b215c9e don't rely on uninitialized var 2006-10-02 16:08:11 +00:00
Hannes Magnusson
36ae8183b4 Fix protos 2006-10-02 07:42:49 +00:00
Hannes Magnusson
86ac2900f0 Fix proto 2006-10-02 07:35:09 +00:00
Georg Richter
c7a97a7482 unicode fixes 2006-10-01 21:01:31 +00:00
Georg Richter
d8b4ae50ca Fixed error message (thanks to Ulf Wendel) 2006-09-29 08:35:19 +00:00
Georg Richter
0dc8637ed4 ZTS fixes. Implemented Andrei's hints (simplifying unicode stuff) 2006-09-27 15:25:52 +00:00
Georg Richter
1432e7b40f added unicode support for mysqli extension 2006-09-26 13:06:13 +00:00
Ilia Alshanetsky
b663e04049 MFB: Fixed test for systems without INFILE/OUTFILE support 2006-09-13 15:53:12 +00:00
Antony Dovgal
3cf1565d90 typos in comments and other minor improvements 2006-08-10 13:44:00 +00:00
Ilia Alshanetsky
64710ee331 MFB: Improved fix for bug #37671 2006-08-04 22:14:10 +00:00
Antony Dovgal
484698f6fe fix leak in php_local_infile_init() handler 2006-07-27 10:53:03 +00:00
Ilia Alshanetsky
3cf509ab75 MFB: Added possible failure note. 2006-07-18 00:09:21 +00:00
Ilia Alshanetsky
3c75c080cf MFB: Fixed test for systems where set_charset() method is unavailable. 2006-07-13 15:42:55 +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
Hartmut Holzgraefe
4fb0776b8e new test cases for mysqli_warnings and mysql_driver properties 2006-07-12 08:00:24 +00:00
Hartmut Holzgraefe
397a46b559 fixed C&P errors in groups handling, activated groups feature 2006-07-12 07:00:48 +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
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
Michael Wallner
3c0a4a8b07 - revert messed up patch 2006-07-10 13:16:07 +00:00
Michael Wallner
9539a8b980 - fix 5.2 build 2006-07-10 13:08:11 +00:00
Antony Dovgal
70a7d0319b fix mysqli_*_free_storage() funcs to conform with their prototypes 2006-07-10 13:02:31 +00:00
Dmitry Stogov
0644e2e386 Another fix for #38019 2006-07-10 12:46:46 +00:00
Dmitry Stogov
1236514b0b Fixed bug #38019 (segfault extending mysqli class) 2006-07-10 10:05:35 +00:00
Antony Dovgal
1e5849ca94 add test 2006-07-05 14:12:41 +00:00
Antony Dovgal
6345105612 fix bug #38003(in classes inherited from mysqli it's possible to call private constructors from invalid context)
also, use appropriate macro instead of accessing structure elements directly
2006-07-05 11:48:17 +00:00
Dmitry Stogov
943960c324 Added automatic module globals management 2006-06-13 13:12:20 +00:00
Ilia Alshanetsky
b36fde4b9e MFB: Fixed bug #37671 (MySQLi extension fails to recognize BIT column). 2006-06-04 14:57:06 +00:00