#
92ef63a0 |
| 12-Aug-2010 |
Andrey Hristov |
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.
|
#
d27983e7 |
| 12-Aug-2010 |
Andrey Hristov |
ws + cs
|
#
8bf71146 |
| 12-Aug-2010 |
Andrey Hristov |
ws + cs
|
#
0d3d2926 |
| 09-Aug-2010 |
Andrey Hristov |
Fix Request #52302 mysqli_fetch_all does not work with MYSQLI_USE_RESULT
|
#
da42d146 |
| 09-Aug-2010 |
Andrey Hristov |
Fix Request #52302 mysqli_fetch_all does not work with MYSQLI_USE_RESULT
|
Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3 |
|
#
e6dc3a5c |
| 13-Jul-2010 |
Andrey Hristov |
Give an error when USE_RESULT is used with fetch_all
|
#
12f8599b |
| 13-Jul-2010 |
Andrey Hristov |
Give an error when USE_RESULT is used with fetch_all
|
Revision tags: php-5.3.3RC2, php-5.2.14RC2 |
|
#
53324e88 |
| 21-Jun-2010 |
Andrey Hristov |
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
|
#
baf72b73 |
| 21-Jun-2010 |
Andrey Hristov |
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
|
#
5a4a66cd |
| 18-Jun-2010 |
Andrey Hristov |
Fix for bug #52115 mysqli_result::fetch_all returns null, not an empty array
|
#
c7f10efa |
| 18-Jun-2010 |
Andrey Hristov |
Fix for bug #52115 mysqli_result::fetch_all returns null, not an empty array
|
Revision tags: php-5.3.3RC1, php-5.2.14RC1 |
|
#
047d6f28 |
| 31-May-2010 |
Andrey Hristov |
Handle problems in the row_decoder, return type used to be void, now it can return on problems.
|
#
d02e785d |
| 31-May-2010 |
Andrey Hristov |
Handle problems in the row_decoder, return type used to be void, now it can return on problems.
|
#
ce2fbe19 |
| 27-May-2010 |
Andrey Hristov |
Fix possible crashes, in case of OOM, due to half-baken objects.
|
#
ae9ac28e |
| 27-May-2010 |
Andrey Hristov |
Fix possible crashes, in case of OOM, due to half-baken objects.
|
#
58f13c3c |
| 25-May-2010 |
Andrey Hristov |
Handle the situation when MYSQLND_PROTOCOL's methods return NULL. mysqlnd should not crash but gracefully return with an error.
|
#
433cb868 |
| 25-May-2010 |
Andrey Hristov |
Handle the situation when MYSQLND_PROTOCOL's methods return NULL. mysqlnd should not crash but gracefully return with an error.
|
#
337513ff |
| 25-May-2010 |
Andrey Hristov |
Handle OOM in the code that generates PS Execute requests to the server. Fixes crashes in case of OOM.
|
#
954e7db6 |
| 25-May-2010 |
Andrey Hristov |
Handle OOM in the code that generates PS Execute requests to the server. Fixes crashes in case of OOM.
|
#
29c99daa |
| 21-May-2010 |
Andrey Hristov |
Check set->data for validity before using it. Prevents crashes after OOM.
|
#
a2548210 |
| 21-May-2010 |
Andrey Hristov |
Check set->data for validity before using it. Prevents crashes after OOM.
|
#
c881ee30 |
| 14-May-2010 |
Andrey Hristov |
Allow overloading of mysqlnd_result_meta_init(). Add free space for future hooks.
|
#
8a093b38 |
| 14-May-2010 |
Andrey Hristov |
Allow overloading of mysqlnd_result_meta_init(). Add free space for future hooks.
|
#
b86ebe46 |
| 14-May-2010 |
Andrey Hristov |
- Give possibility to overload mysqlnd_result_init(). - Always use conn->m->stmt_init instead of mysqlnd_stmt_init()
|
#
8691786e |
| 14-May-2010 |
Andrey Hristov |
- Give possibility to overload mysqlnd_result_init(). - Always use conn->m->stmt_init instead of mysqlnd_stmt_init()
|