Felipe Pena
|
927bf09c29
|
- Year++
|
2011-01-01 02:19:59 +00:00 |
|
Felipe Pena
|
0203cc3d44
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
|
Andrey Hristov
|
4e08abeead
|
Fix sprintf modifier to be right, wrong data reported in the log
|
2010-12-16 12:18:54 +00:00 |
|
Andrey Hristov
|
47bb667a64
|
Fix sprintf modifier to be right, wrong data reported in the log
|
2010-12-16 12:18:54 +00:00 |
|
Andrey Hristov
|
2d2d6f84ba
|
fix some uninitialized variables. also fix shadowing of global symbols
|
2010-10-07 13:49:00 +00:00 |
|
Andrey Hristov
|
0e519d247e
|
fix some uninitialized variables. also fix shadowing of global symbols
|
2010-10-07 13:49:00 +00:00 |
|
Andrey Hristov
|
1cca9d4bf1
|
more variable hiding fixes
|
2010-10-06 07:09:37 +00:00 |
|
Andrey Hristov
|
63d6892b56
|
more variable hiding fixes
|
2010-10-06 07:09:37 +00:00 |
|
Andrey Hristov
|
eb2908c3f7
|
two more compiler warnings fixed - size does matter
|
2010-10-05 17:10:47 +00:00 |
|
Andrey Hristov
|
c7a09c682d
|
two more compiler warnings fixed - size does matter
|
2010-10-05 17:10:47 +00:00 |
|
Andrey Hristov
|
25e84b6a23
|
Rename a method so it doesn't clash with a global symbol - a function
Fix compiler waring by extening the type of a variable
|
2010-10-05 17:03:50 +00:00 |
|
Andrey Hristov
|
396402fc97
|
Rename a method so it doesn't clash with a global symbol - a function
Fix compiler waring by extening the type of a variable
|
2010-10-05 17:03:50 +00:00 |
|
Andrey Hristov
|
3daf54ffa0
|
Fix compiler warnings - on 32bit size_t is smaller than uint64_t, although
we will never hit this the compiler should be happy.
|
2010-10-05 16:54:14 +00:00 |
|
Andrey Hristov
|
de69927b8e
|
Fix compiler warnings - on 32bit size_t is smaller than uint64_t, although
we will never hit this the compiler should be happy.
|
2010-10-05 16:54:14 +00:00 |
|
Andrey Hristov
|
a4ad111454
|
fix two more warnings
|
2010-10-04 14:52:14 +00:00 |
|
Andrey Hristov
|
026da7d4a0
|
fix two more warnings
|
2010-10-04 14:52:14 +00:00 |
|
Andrey Hristov
|
216effe4f5
|
WS fixes
|
2010-09-23 16:03:22 +00:00 |
|
Andrey Hristov
|
859a1404bf
|
WS fixes
|
2010-09-23 16:03:22 +00:00 |
|
Andrey Hristov
|
d9f50d95e3
|
Add proper magic_quotes_runtime support for mysqlnd, but
in mysqli, so we don't need to tamper myslqnd.
magic_quotes_runtime are deprecated and not existant in 5.4, thus
only fixing in the branch.
|
2010-08-26 14:51:58 +00:00 |
|
Andrey Hristov
|
ab778e7414
|
Fix for bug #52221 Misbehaviour of magic_quotes_runtime (get/set))
|
2010-08-25 15:06:47 +00:00 |
|
Andrey Hristov
|
9c0439e4bc
|
Fix for Bug #52613 crash in mysqlnd
|
2010-08-17 18:08:25 +00:00 |
|
Andrey Hristov
|
2a926ec6ec
|
Fix for Bug #52613 crash in mysqlnd
|
2010-08-17 18:08:25 +00:00 |
|
Andrey Hristov
|
c803b0024a
|
Make this function static, as it is used only in this file.
Add additional comment about how it works.
|
2010-08-12 14:17:31 +00:00 |
|
Andrey Hristov
|
8409cb44b2
|
Make this function static, as it is used only in this file.
Add additional comment about how it works.
|
2010-08-12 14:17:31 +00:00 |
|
Andrey Hristov
|
c974313aed
|
Switch from using PHP_MAJOR_VERSION to separate define for
unicode. Unicode is no more, but these are "bookmarks" where
to change mysqlnd, if Unicode becomes trendy again.
|
2010-08-12 12:02:02 +00:00 |
|
Andrey Hristov
|
92ef63a07b
|
Switch from using PHP_MAJOR_VERSION to separate define for
unicode. Unicode is no more, but these are "bookmarks" where
to change mysqlnd, if Unicode becomes trendy again.
|
2010-08-12 12:02:02 +00:00 |
|
Andrey Hristov
|
d27983e781
|
ws + cs
|
2010-08-12 11:38:08 +00:00 |
|
Andrey Hristov
|
8bf7114691
|
ws + cs
|
2010-08-12 11:38:08 +00:00 |
|
Andrey Hristov
|
0d3d292633
|
Fix Request #52302 mysqli_fetch_all does not work with MYSQLI_USE_RESULT
|
2010-08-09 17:29:30 +00:00 |
|
Andrey Hristov
|
da42d146ab
|
Fix Request #52302 mysqli_fetch_all does not work with MYSQLI_USE_RESULT
|
2010-08-09 17:29:30 +00:00 |
|
Andrey Hristov
|
e6dc3a5cbc
|
Give an error when USE_RESULT is used with fetch_all
|
2010-07-13 13:02:00 +00:00 |
|
Andrey Hristov
|
12f8599b86
|
Give an error when USE_RESULT is used with fetch_all
|
2010-07-13 13:02:00 +00:00 |
|
Andrey Hristov
|
53324e8830
|
Fix sprintf modifiers all around the place. In most cases
%u should be used. Where size_t is used then MYSQLND_SZ_T_SPEC should be
the modifier
|
2010-06-21 15:32:26 +00:00 |
|
Andrey Hristov
|
baf72b7336
|
Fix sprintf modifiers all around the place. In most cases
%u should be used. Where size_t is used then MYSQLND_SZ_T_SPEC should be
the modifier
|
2010-06-21 15:32:26 +00:00 |
|
Andrey Hristov
|
5a4a66cdd5
|
Fix for bug #52115 mysqli_result::fetch_all returns null, not an empty array
|
2010-06-18 17:25:41 +00:00 |
|
Andrey Hristov
|
c7f10efabc
|
Fix for bug #52115 mysqli_result::fetch_all returns null, not an empty array
|
2010-06-18 17:25:41 +00:00 |
|
Andrey Hristov
|
047d6f2855
|
Handle problems in the row_decoder, return type used to be void,
now it can return on problems.
|
2010-05-31 17:57:03 +00:00 |
|
Andrey Hristov
|
d02e785d68
|
Handle problems in the row_decoder, return type used to be void,
now it can return on problems.
|
2010-05-31 17:57:03 +00:00 |
|
Andrey Hristov
|
ce2fbe1931
|
Fix possible crashes, in case of OOM, due to half-baken
objects.
|
2010-05-27 12:05:02 +00:00 |
|
Andrey Hristov
|
ae9ac28ec2
|
Fix possible crashes, in case of OOM, due to half-baken
objects.
|
2010-05-27 12:05:02 +00:00 |
|
Andrey Hristov
|
58f13c3c9f
|
Handle the situation when MYSQLND_PROTOCOL's methods return NULL.
mysqlnd should not crash but gracefully return with an error.
|
2010-05-25 23:18:13 +00:00 |
|
Andrey Hristov
|
433cb868d6
|
Handle the situation when MYSQLND_PROTOCOL's methods return NULL.
mysqlnd should not crash but gracefully return with an error.
|
2010-05-25 23:18:13 +00:00 |
|
Andrey Hristov
|
337513ffa0
|
Handle OOM in the code that generates PS Execute requests
to the server. Fixes crashes in case of OOM.
|
2010-05-25 19:19:29 +00:00 |
|
Andrey Hristov
|
954e7db644
|
Handle OOM in the code that generates PS Execute requests
to the server. Fixes crashes in case of OOM.
|
2010-05-25 19:19:29 +00:00 |
|
Andrey Hristov
|
29c99daa0f
|
Check set->data for validity before using it.
Prevents crashes after OOM.
|
2010-05-21 13:37:18 +00:00 |
|
Andrey Hristov
|
a25482105e
|
Check set->data for validity before using it.
Prevents crashes after OOM.
|
2010-05-21 13:37:18 +00:00 |
|
Andrey Hristov
|
c881ee30ea
|
Allow overloading of mysqlnd_result_meta_init().
Add free space for future hooks.
|
2010-05-14 15:11:56 +00:00 |
|
Andrey Hristov
|
8a093b3811
|
Allow overloading of mysqlnd_result_meta_init().
Add free space for future hooks.
|
2010-05-14 15:11:56 +00:00 |
|
Andrey Hristov
|
b86ebe46cb
|
- Give possibility to overload mysqlnd_result_init().
- Always use conn->m->stmt_init instead of mysqlnd_stmt_init()
|
2010-05-14 13:18:39 +00:00 |
|
Andrey Hristov
|
8691786ebd
|
- Give possibility to overload mysqlnd_result_init().
- Always use conn->m->stmt_init instead of mysqlnd_stmt_init()
|
2010-05-14 13:18:39 +00:00 |
|