History log of /PHP-7.3/ext/mysqlnd/mysqlnd_wireprotocol.c (Results 176 – 200 of 295)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: oci8-1.4.3, 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


# 698539fa 21-Jun-2010 Andrey Hristov

fix valgrind warnings on 64bit, thread_is is strictly 32bit


# 52396089 21-Jun-2010 Andrey Hristov

fix valgrind warnings on 64bit, thread_is is strictly 32bit


# 7f79e868 18-Jun-2010 Andrey Hristov

fix type mismatch, this is fresh misunderstanding


# d3d74478 18-Jun-2010 Andrey Hristov

fix type mismatch, this is fresh misunderstanding


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


# 047d6f28 31-May-2010 Andrey Hristov

Handle problems in the row_decoder, return type used to be void,
now it can return on problems.


# d02e785d 31-May-2010 Andrey Hristov

Handle problems in the row_decoder, return type used to be void,
now it can return on problems.


# c0a8ce2f 31-May-2010 Ulf Wendel

Updating test to reflect the latest and more verbose mysqlnd error messages, updating mysqlnd error message as well.


# 73a32c52 31-May-2010 Ulf Wendel

Updating test to reflect the latest and more verbose mysqlnd error messages, updating mysqlnd error message as well.


# 4abc7a1e 25-May-2010 Andrey Hristov

Access memory which was really allocated


# decdfeee 25-May-2010 Andrey Hristov

Access memory which was really allocated


# 34ffc8a6 14-May-2010 Andrey Hristov

Export MYSQLND_PROTOCOL methods


# faf46592 14-May-2010 Andrey Hristov

Export MYSQLND_PROTOCOL methods


# ce0ea978 14-May-2010 Andrey Hristov

OOM fixes


# dd85f9c2 14-May-2010 Andrey Hristov

OOM fixes


# ebae62d7 04-May-2010 Andrey Hristov

OOM stability fixes


# d53337bb 04-May-2010 Andrey Hristov

OOM stability fixes


# c32bae72 03-May-2010 Andrey Hristov

Handle OOM in block_alloc_get_chunk, and also in the caller
in mysqlnd_wireprotocol.c


# f9fe805a 03-May-2010 Andrey Hristov

Handle OOM in block_alloc_get_chunk, and also in the caller
in mysqlnd_wireprotocol.c


# ec0fe858 03-May-2010 Andrey Hristov

Remove unused parameter


# 864f2da7 03-May-2010 Andrey Hristov

Remove unused parameter


# 8e8348a4 03-May-2010 Andrey Hristov

Handle OOM when resizing blocks during data fetch


12345678910>>...12