History log of /PHP-8.3/ext/mysqlnd/mysqlnd_wireprotocol.h (Results 76 – 100 of 123)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 82de444f 05-Oct-2010 Andrey Hristov

rename parameter name - should not shadow the global symbol alloca


# 223832c5 05-Oct-2010 Andrey Hristov

rename parameter name - should not shadow the global symbol alloca


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, php-5.3.3RC1, php-5.2.14RC1
# 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.


# 34ffc8a6 14-May-2010 Andrey Hristov

Export MYSQLND_PROTOCOL methods


# faf46592 14-May-2010 Andrey Hristov

Export MYSQLND_PROTOCOL methods


# 1838fcc7 28-Apr-2010 Andrey Hristov

const-ify fields


# 16d5d596 28-Apr-2010 Andrey Hristov

const-ify fields


# 804b9505 20-Apr-2010 Andrey Hristov

It is possible that change user tries an user who has old password.
Instead of error message that doesn't say much there is more information now.


# eda9959e 20-Apr-2010 Andrey Hristov

It is possible that change user tries an user who has old password.
Instead of error message that doesn't say much there is more information now.


# a175419f 20-Apr-2010 Felipe Pena

- Fix copyrights


# 6d951e2d 20-Apr-2010 Felipe Pena

- Fix copyrights


# dd9fc198 15-Apr-2010 Andrey Hristov

Fix for bug#49234 method not found ssl_set
Patch was tested and compiles on Windows. (Thanks Kalle)


# c04f7526 15-Apr-2010 Andrey Hristov

Fix for bug#49234 method not found ssl_set
Patch was tested and compiles on Windows. (Thanks Kalle)


# 94cd357f 29-Mar-2010 Andrey Hristov

Make it coupled - what is allocated with mnd_ should be freed
with mnd_ and vice versa.
Added mnd_pestrndup and mnd_pestrdup, which wrap the normal
calls to be able to track this calls.

Make it coupled - what is allocated with mnd_ should be freed
with mnd_ and vice versa.
Added mnd_pestrndup and mnd_pestrdup, which wrap the normal
calls to be able to track this calls.
Fixed some failing tests.

show more ...


# 4870cac7 29-Mar-2010 Andrey Hristov

Make it coupled - what is allocated with mnd_ should be freed
with mnd_ and vice versa.
Added mnd_pestrndup and mnd_pestrdup, which wrap the normal
calls to be able to track this calls.

Make it coupled - what is allocated with mnd_ should be freed
with mnd_ and vice versa.
Added mnd_pestrndup and mnd_pestrdup, which wrap the normal
calls to be able to track this calls.
Fixed some failing tests.

show more ...


# 293ba724 24-Mar-2010 Andrey Hristov

Fix a segfault when using a mysqli object after unsuccesssful connect, the
handle should have been allocated with mysqli_init().


# 9f201313 24-Mar-2010 Andrey Hristov

fix build failure after recent commit by Kalle


# c8b33a6a 23-Mar-2010 Kalle Sommer Nielsen

Fix declaring


# ccfd9cd7 12-Mar-2010 Andrey Hristov

allow persistency of PS


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 4bbdce5c 13-Jan-2010 Andrey Hristov

export more functionality for phpize builds


# 176e6dd2 13-Jan-2010 Andrey Hristov

make mysqlnd's tracing API more reusable


# dc09fa81 11-Jan-2010 Andrey Hristov

more typedef cosmetics


12345