summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_ps.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2015-01-151-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2014-08-061-17/+34
|\
| * Fix handling of multi-result sets with PS...used to clean not onlyAndrey Hristov2014-08-061-17/+34
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-11-261-0/+3
|\ \ | |/
| * Fix for Bug #66141 (mysqlnd quote function is wrong with NO_BACKSLASH_ESCAPES...Andrey Hristov2013-11-261-0/+3
* | fix the fixAndrey Hristov2013-03-131-2/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-03-131-0/+1
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Andrey Hristov2013-03-131-1/+1
| |\
| | * fix for bug #63530 mysqlnd_stmt::bind_one_parameter uses wrong alloc for st...Andrey Hristov2013-03-131-1/+1
* | | fix different values of mysqli_stmt_affected_rows between libmysqlAndrey Hristov2013-01-071-0/+1
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-01-061-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-01-061-1/+1
| |\ \ | | |/
| | * bump yearXinchen Hui2013-01-061-1/+1
* | | remove old unicode code, that is was compiled out by using a macroandrey2012-09-251-18/+2
|/ /
* | Merge branch 'PHP-5.3' into PHP-5.4andrey2012-05-161-4/+2
|\ \ | |/
| * Fix for bug#62046andrey2012-05-161-2/+0
* | Merge branch 'PHP-5.3' into PHP-5.4andrey2012-05-021-2/+2
|\ \ | |/
| * Fix for bug#61411andrey2012-05-021-2/+2
| * - Year++Felipe Pena2012-01-011-1/+1
| * function rename to comply with the schema of other callbacksAndrey Hristov2011-09-021-5/+5
| * fix warnings. These checks are not needed becauseAndrey Hristov2011-02-011-2/+2
| * - fix the fix (wrong test)Pierre Joye2011-01-181-2/+2
| * - fix NULL derefencingPierre Joye2011-01-171-3/+3
| * - Year++Felipe Pena2011-01-011-1/+1
| * enable again after 5.3.4 has already been taggedAndrey Hristov2010-12-081-2/+1
| * switch this off for the releaseAndrey Hristov2010-12-071-1/+2
| * Skip additional result sets sent by MySQL 5.5 serversAndrey Hristov2010-12-061-2/+17
| * fix some uninitialized variables. also fix shadowing of global symbolsAndrey Hristov2010-10-071-6/+6
| * Fix for Bug #52686 mysql_stmt_attr_[gs]et arg. points to incorrect typeAndrey Hristov2010-10-061-10/+13
| * Fix a problem that leads to leaks in plugins thatAndrey Hristov2010-09-291-7/+13
| * add another hook, maybe the last one, for MYSQLND_STMT, whichAndrey Hristov2010-09-281-8/+7
| * WS fixesAndrey Hristov2010-09-231-13/+12
| * Fix forAndrey Hristov2010-09-221-1/+8
| * Switch from using PHP_MAJOR_VERSION to separate define forAndrey Hristov2010-08-121-2/+2
| * Two functions, which should be methods so one can catchAndrey Hristov2010-06-241-9/+7
| * Fix sprintf modifiers all around the place. In most casesAndrey Hristov2010-06-211-15/+15
| * void functions return nothingAndrey Hristov2010-06-101-1/+1
| * defensive programming, check before using a resourceAndrey Hristov2010-06-011-7/+87
| * Perform later initializationAndrey Hristov2010-06-011-10/+22
| * More check for valid MYSQLND_STMT before using itAndrey Hristov2010-05-311-15/+25
| * Don't reference row_packet before checking if dereferencing is possibleAndrey Hristov2010-05-311-7/+15
| * Check if data is correct and initialize in a safe mannerAndrey Hristov2010-05-311-45/+45
| * Handle problems in the row_decoder, return type used to be void,Andrey Hristov2010-05-311-32/+42
| * Fix deallocation which can crash if the object is half-baken.Andrey Hristov2010-05-271-6/+10
| * Handle the situation when MYSQLND_PROTOCOL's methods return NULL.Andrey Hristov2010-05-251-16/+28
| * Gracefully handle OOM in mysqlnd_stmt_init. Release the handleAndrey Hristov2010-05-251-15/+35
| * Handle OOM in the code that generates PS Execute requestsAndrey Hristov2010-05-251-11/+12
| * - Give possibility to overload mysqlnd_result_init().Andrey Hristov2010-05-141-4/+4