History log of /PHP-5.6/ext/mysqlnd/mysqlnd.c (Results 151 – 175 of 304)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 4c26112c 22-Sep-2010 Andrey Hristov

Fix for
Request #48082 mysql_connect does not work with named pipes


# 17ae7c16 15-Sep-2010 Andrey Hristov

remove unneeded proxy function _mysqlnd_restart_psessoin


# f60bd239 15-Sep-2010 Andrey Hristov

remove unneeded proxy function _mysqlnd_restart_psessoin


# d99ee785 15-Sep-2010 Andrey Hristov

Remove unneeded proxy function _mysqlnd_end_psession


# d5f1517c 15-Sep-2010 Andrey Hristov

Remove unneeded proxy function _mysqlnd_end_psession


# 8220c2e4 01-Sep-2010 Andrey Hristov

OPT_COMPRESS support for mysqlnd_conn::set_client_option
To be used by mysqli_options


# b2bcf3ae 01-Sep-2010 Andrey Hristov

OPT_COMPRESS support for mysqlnd_conn::set_client_option
To be used by mysqli_options


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


# 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


# f8c26805 09-Aug-2010 Andrey Hristov

Lay foundations for named pipe support in mysqlnd


# 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


12345678910>>...13