History log of /PHP-5.5/ext/mysqlnd/mysqlnd.c (Results 151 – 175 of 292)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ebaee8a4 09-Aug-2010 Andrey Hristov

Lay foundations for named pipe support in mysqlnd


Revision tags: oci8-1.4.3
# d9afaad7 06-Aug-2010 David Soria Parra

make ssl_set return value in mysqlnd compatible with libmysqli return value


# 9d02d50d 06-Aug-2010 David Soria Parra

make ssl_set return value in mysqlnd compatible with libmysqli return value


Revision tags: php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, 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


Revision tags: php-5.3.3RC1, php-5.2.14RC1
# 59205a66 17-Jun-2010 Andrey Hristov

split mysqlnd_connect() in two parts, one doing the authorization


# ae4ae5a3 17-Jun-2010 Andrey Hristov

split mysqlnd_connect() in two parts, one doing the authorization


# 55f87901 16-Jun-2010 Andrey Hristov

no more needed because of the charset fix in the previous changeset


# d47e50a9 16-Jun-2010 Andrey Hristov

no more needed because of the charset fix in the previous changeset


# 65b18957 14-Jun-2010 Andrey Hristov

Fixed bug #52082 (character_set_client & character_set_connection reset after
mysqli_change_user())

libmysql >= 5.1.23 will PASS, older library versions will fail


# 1d9c49bb 14-Jun-2010 Andrey Hristov

Fixed bug #52082 (character_set_client & character_set_connection reset after
mysqli_change_user())

libmysql >= 5.1.23 will PASS, older library versions will fail


# 6ebe80be 27-May-2010 Andrey Hristov

Don't use NULL pointer, always check before use


# 3251e54f 27-May-2010 Andrey Hristov

Don't use NULL pointer, always check before use


# 0e8b3809 26-May-2010 Andrey Hristov

Don't use conn->net without checking if it is NULL, because
it can be NULL in OOM conditions. This would cause a crash.


# ce136a82 26-May-2010 Andrey Hristov

Don't use conn->net without checking if it is NULL, because
it can be NULL in OOM conditions. This would cause a crash.


# 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.


# bcdc3b30 25-May-2010 Andrey Hristov

Init should return status value because initialization can fail.
In this case mysqlnd_init() should return NULL to the end-user.


# 6d434e70 25-May-2010 Andrey Hristov

Init should return status value because initialization can fail.
In this case mysqlnd_init() should return NULL to the end-user.


# 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()


# 7de2607c 03-May-2010 Andrey Hristov

Handle gracefully OOM in mysqlnd_mempool_create and up the stack


# 6dff9e55 03-May-2010 Andrey Hristov

Handle gracefully OOM in mysqlnd_mempool_create and up the stack


# 333581fc 03-May-2010 Andrey Hristov

Better handing of OOM in mysqlnd::set_client_option


# d0abd951 03-May-2010 Andrey Hristov

Better handing of OOM in mysqlnd::set_client_option


12345678910>>...12