History log of /PHP-5.5/ext/mysqlnd/mysqlnd.c (Results 26 – 50 of 292)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11
# acc24d1f 15-Jan-2013 Andrey Hristov

Use two dtors thus allow allocation based on the alloc model of the
connection.


# d377a266 15-Jan-2013 Andrey Hristov

plug a leak - forgot ot use the dtor already written


# 1ff43522 15-Jan-2013 Andrey Hristov

Add support for connect attributes, as of MySQL 5.6


Revision tags: php-5.5.0alpha3
# 258c76eb 09-Jan-2013 Andrey Hristov

backport handling of expired passwords in mysqlnd to 5.4


# bcd278ad 09-Jan-2013 Andrey Hristov

fix compilation error after merge


# 12e759c2 09-Jan-2013 Andrey Hristov

Use during connect the flags set with set_client_option()


# ddcb67d4 09-Jan-2013 Andrey Hristov

support for password expiration in mysqlnd, through a flag


# bc11e6fd 06-Jan-2013 Xinchen Hui

bump year


Revision tags: php-5.3.21RC1, php-5.4.11RC1, php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8
# 225792c5 12-Oct-2012 Andrey Hristov

constify


Revision tags: php-5.3.18RC1
# 4c9e222f 03-Oct-2012 Andrey Hristov

if ssl has been switched on transmit clear-text password


Revision tags: php-5.4.8RC1
# c540fe20 28-Sep-2012 Andrey Hristov

fix login failure with empty password. This is 5.5 specific - new code


# 263b37be 25-Sep-2012 andrey

change public key setting to PERDIR and finish code that allows
to set the key file programatically per mysqli_options()


# 6074df91 25-Sep-2012 andrey

remove old unicode code, that is was compiled out by using a macro


# 571b46bf 25-Sep-2012 andrey

Add SHA256 authentication support - password hashing to mysqlnd
Automatic switchover to SSL with plain-text password is not part of this


Revision tags: php-5.3.17, php-5.4.7, php-5.4.7RC1
# 815874c6 22-Aug-2012 andrey

plug a leak when the server ask the client for a auth protocol, that
the client doesn't understand. This is 5.5 specific bug, as a result
of a refactoring in 5.5


Revision tags: php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15
# 049abdfb 09-Jul-2012 andrey

fix valgrind warning


# 555db7dc 09-Jul-2012 andrey

fix valgrind warning


Revision tags: php-5.3.15RC1, php-5.4.5RC1
# c51fbbe4 29-Jun-2012 andrey

merge


# ed1f0585 29-Jun-2012 andrey

merge


# 8fe87e7f 29-Jun-2012 andrey

fix Bug #62273 Segmentation Fault in Mysqli/Mysqlnd


Revision tags: php-5.3.14, php-5.4.4
# 2c230fb5 01-Jun-2012 andrey

close the underlying stream as early as possible and so notify the
NET layer


# f96d19fa 01-Jun-2012 andrey

close the stream whenever possible, no need to keep it open altough the
connection is marked as unusable


# 0d1bc3e8 31-May-2012 andrey

more refactoring stuff. Reduced code duplication in the authentication
code


Revision tags: php-5.3.14RC2
# 5a2578a3 30-May-2012 andrey

small refactoring - factour out code from connection establishment.
Add a define for the default authentication protocol - get away from
the hardcoded magic value


Revision tags: php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12
# 174bf906 30-Apr-2012 andrey

refactor MYSQLND_NET, split it two parts for easy resharing


12345678910>>...12