History log of /PHP-5.5/ext/mysqlnd/mysqlnd_ps.c (Results 51 – 75 of 159)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 27ecaa79 06-Dec-2010 Andrey Hristov

Skip additional result sets sent by MySQL 5.5 servers
which break the Protocol API
(see http://bugs.mysql.com/bug.php?id=58700)


# 5efdfee8 06-Dec-2010 Andrey Hristov

Skip additional result sets sent by MySQL 5.5 servers
which break the Protocol API
(see http://bugs.mysql.com/bug.php?id=58700)


Revision tags: php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 2d2d6f84 07-Oct-2010 Andrey Hristov

fix some uninitialized variables. also fix shadowing of global symbols


# 0e519d24 07-Oct-2010 Andrey Hristov

fix some uninitialized variables. also fix shadowing of global symbols


# 1f9cf93c 06-Oct-2010 Andrey Hristov

Fix for Bug #52686 mysql_stmt_attr_[gs]et arg. points to incorrect type


# 4f62c099 06-Oct-2010 Andrey Hristov

Fix for Bug #52686 mysql_stmt_attr_[gs]et arg. points to incorrect type


# 3113744c 29-Sep-2010 Andrey Hristov

Fix a problem that leads to leaks in plugins that
use stmt local data - no free is called for statements
that are over-prepared


# d55566c7 29-Sep-2010 Andrey Hristov

Fix a problem that leads to leaks in plugins that
use stmt local data - no free is called for statements
that are over-prepared


# 22d73027 28-Sep-2010 Andrey Hristov

add another hook, maybe the last one, for MYSQLND_STMT, which
was missed before


# 1762d634 28-Sep-2010 Andrey Hristov

add another hook, maybe the last one, for MYSQLND_STMT, which
was missed before


# 216effe4 23-Sep-2010 Andrey Hristov

WS fixes


# 859a1404 23-Sep-2010 Andrey Hristov

WS fixes


# fbaed547 22-Sep-2010 Andrey Hristov

Fix for
Bug #52891 Wrong data inserted with mysqli/mysqlnd when using bind_param,value>LONG_MAX


# 1de4cfb7 22-Sep-2010 Andrey Hristov

Fix for
Bug #52891 Wrong data inserted with mysqli/mysqlnd when using bind_param,value>LONG_MAX


# c974313a 12-Aug-2010 Andrey Hristov

Switch from using PHP_MAJOR_VERSION to separate define for
unicode. Unicode is no more, but these are "bookmarks" where
to change mysqlnd, if Unicode becomes trendy again.


# 92ef63a0 12-Aug-2010 Andrey Hristov

Switch from using PHP_MAJOR_VERSION to separate define for
unicode. Unicode is no more, but these are "bookmarks" where
to change mysqlnd, if Unicode becomes trendy again.


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
# ee4818a1 24-Jun-2010 Andrey Hristov

Two functions, which should be methods so one can catch
their output, for example


# 89bd3af6 24-Jun-2010 Andrey Hristov

Two functions, which should be methods so one can catch
their output, for example


# 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


Revision tags: php-5.3.3RC1, php-5.2.14RC1
# e692080f 10-Jun-2010 Andrey Hristov

void functions return nothing


# 408d786a 10-Jun-2010 Andrey Hristov

void functions return nothing


# 4a0b4494 01-Jun-2010 Andrey Hristov

defensive programming, check before using a resource


# c7831cbe 01-Jun-2010 Andrey Hristov

defensive programming, check before using a resource


# 41406516 01-Jun-2010 Andrey Hristov

Perform later initialization


1234567