History log of /PHP-8.0/ext/mysqlnd/mysqlnd_ps.c (Results 126 – 150 of 250)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.4.0alpha3, php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1
# 3afdf62d 21-Mar-2011 Andrey Hristov

throw out legacy code, that never was used for something
useful. Was added for QC but QC is now a plugin, not part of
the core.


# f0644359 18-Mar-2011 Andrey Hristov

add a proxy for sppintf and vspprintf


# c90df585 18-Mar-2011 Andrey Hristov

WS


# 2d2d1c73 18-Mar-2011 Andrey Hristov

new function/methods - mysqlnd_stmt_flush. Removing
code duplication


# ca5df2a8 18-Mar-2011 Andrey Hristov

less trace info


Revision tags: php-5.3.6
# 4a382563 16-Mar-2011 Andrey Hristov

compiler warnings fixed


Revision tags: php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1
# 44cd358f 01-Feb-2011 Andrey Hristov

fix warnings. These checks are not needed because
param_no is unsigned, it wasn't in the beginning.


# 61577930 01-Feb-2011 Andrey Hristov

fix warnings. These checks are not needed because
param_no is unsigned, it wasn't in the beginning.


# 0c665f09 18-Jan-2011 Pierre Joye

- fix the fix (wrong test)


# b3efabda 18-Jan-2011 Pierre Joye

- fix the fix (wrong test)


# 59dc2215 17-Jan-2011 Pierre Joye

- fix NULL derefencing


# 5c23366d 17-Jan-2011 Pierre Joye

- fix NULL derefencing


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
# 85b43446 08-Dec-2010 Andrey Hristov

enable again after 5.3.4 has already been tagged


Revision tags: php-5.3.4
# fc6e70d8 07-Dec-2010 Andrey Hristov

switch this off for the release


# 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


12345678910