History log of /PHP-5.5/ext/mysqlnd/mysqlnd.c (Results 101 – 125 of 292)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 11e4f1e3 27-Jul-2011 Andrey Hristov

longer error messages, don't cut them


Revision tags: php-5.3.7RC3, php-5.4.0alpha2
# 774e127a 05-Jul-2011 Andrey Hristov

free data in case of failure in the callee not in the caller


# fa27e054 05-Jul-2011 Andrey Hristov

free data in case of failure in the callee not in the caller


# e77b49bf 05-Jul-2011 Andrey Hristov

free data in case of failure in the callee not in the caller


Revision tags: php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1
# ce816cb8 31-May-2011 Andrey Hristov

reuse code


# b97e76d5 31-May-2011 Andrey Hristov

reuse code


# b730fde6 31-May-2011 Andrey Hristov

reuse code


# 2d5e51db 04-May-2011 Andrey Hristov

fix valgrind warning


# f0644359 18-Mar-2011 Andrey Hristov

add a proxy for sppintf and vspprintf


# ca5df2a8 18-Mar-2011 Andrey Hristov

less trace info


Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2
# d4a1f5ac 25-Feb-2011 Andrey Hristov

revert to previous behavior


# 59c5875f 25-Feb-2011 Andrey Hristov

move from macros to functions, which can be overwritten, if needed


# 113cd9dc 25-Feb-2011 Andrey Hristov

move from macros to functions, which can be overwritten, if needed


Revision tags: php-5.3.6RC1
# d82b05a6 31-Jan-2011 Andrey Hristov

Don't lose this data anymore. It worked without the fix,
but it with it is just correct (trunk only).


# 2e3e86b9 28-Jan-2011 Andrey Hristov

clear error before doing anything, because we can get
trapped by previous error :
php -r '$link = mysqli_init();
var_dump($link->real_connect("127.0.0.1", "unknown", "unknown"));
var_

clear error before doing anything, because we can get
trapped by previous error :
php -r '$link = mysqli_init();
var_dump($link->real_connect("127.0.0.1", "unknown", "unknown"));
var_dump($link->real_connect("127.0.0.1", "known", "password"));'

shows the problem. The second connect did not work, as it should be.

show more ...


# 4439bde5 24-Jan-2011 Andrey Hristov

small cleanups


# ce4e6f4d 24-Jan-2011 Andrey Hristov

Handle MySQL 5.5 authentication features.
Authentication protocol can be changed, a new raw
packet is introduced, which includes only the "encrypted"
data for the auth plugin, sent after

Handle MySQL 5.5 authentication features.
Authentication protocol can be changed, a new raw
packet is introduced, which includes only the "encrypted"
data for the auth plugin, sent after change protocol (0xFE)
is sent to the client.

show more ...


# 87a2104c 19-Jan-2011 Andrey Hristov

fix ZTS build


# 16c6ce94 14-Jan-2011 Andrey Hristov

Update on the mysqlnd auth plugins, changed the plugin
structure and where they load themselves.
0xFE packets (method switch) needs to be done, additional
wire-level packet to be created

Update on the mysqlnd auth plugins, changed the plugin
structure and where they load themselves.
0xFE packets (method switch) needs to be done, additional
wire-level packet to be created to be parsed and the packet
doesn't fit the PACKET_OK structure anymore.

show more ...


# 5ca5c2bf 14-Jan-2011 Andrey Hristov

Change things to allow passing of the password length
to mysqlnd. This is needed as a password might include
a \0 and thus we need to be binary safe.


# 429e07bb 12-Jan-2011 Andrey Hristov

grok the MySQL 5.5 extended handshake.
Move the authentication routines, the native ones, to
separate file and encapsulate them in a plugin.
Depending on the server version and what the s

grok the MySQL 5.5 extended handshake.
Move the authentication routines, the native ones, to
separate file and encapsulate them in a plugin.
Depending on the server version and what the server
requests (or doesn't in old versions) load the authentication
plugin to handle it.
Currently only the 4.1+ authentication is supported. More to come

show more ...


# ddbbcdce 11-Jan-2011 Andrey Hristov

Use common code to handle initial authentication and
COM_CHANGE_USER


Revision tags: php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


# cfac5f5b 28-Dec-2010 Andrey Hristov

extending the API interface - plugins can register
themselves with a structure and can be searched.
Every plugin can have statistics and they are shown
under the statistics of mysqlnd in

extending the API interface - plugins can register
themselves with a structure and can be searched.
Every plugin can have statistics and they are shown
under the statistics of mysqlnd in MINFO.

show more ...


12345678910>>...12