History log of /PHP-5.6/ext/mysqlnd/mysqlnd.c (Results 51 – 75 of 304)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


Revision tags: php-5.3.11, php-5.4.1
# bb2f8065 22-Apr-2012 Johannes Schlüter

Fix folding


Revision tags: php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1, php-5.4.0, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5
# e4ca0ed0 01-Jan-2012 Felipe Pena

- Year++


# 8775a375 01-Jan-2012 Felipe Pena

- Year++


# 4e198252 01-Jan-2012 Felipe Pena

- Year++


Revision tags: php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1, php-5.3.9RC1
# de50e98a 02-Nov-2011 Andrey Hristov

Add a middleman which can intercept the calls and can reroute them


# a3307395 02-Nov-2011 Andrey Hristov

Add a middleman which can intercept the calls and can reroute them


# 2627fafc 02-Nov-2011 Andrey Hristov

- shift a bit of code around
- when cloning use the methods of the original object


# 29f88a00 02-Nov-2011 Andrey Hristov

- shift a bit of code around
- when cloning use the methods of the original object


# 989f2fbc 02-Nov-2011 Andrey Hristov

fix trace log messages


# 4f7dc4d2 02-Nov-2011 Andrey Hristov

fix trace log messages


# ba1f65fa 31-Oct-2011 Andrey Hristov

Now really split the method tables and have different
methods for the handle and the data object.
Add auxiliary functions to work with the new methods.
Add possibility to clone a connecti

Now really split the method tables and have different
methods for the handle and the data object.
Add auxiliary functions to work with the new methods.
Add possibility to clone a connection object - shadow copy.

show more ...


# 92ec40d8 31-Oct-2011 Andrey Hristov

Now really split the method tables and have different
methods for the handle and the data object.
Add auxiliary functions to work with the new methods.
Add possibility to clone a connecti

Now really split the method tables and have different
methods for the handle and the data object.
Add auxiliary functions to work with the new methods.
Add possibility to clone a connection object - shadow copy.

show more ...


# 6a9feb73 31-Oct-2011 Andrey Hristov

Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.
A step in the direction of keeping internal data private


12345678910>>...13