summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_ps.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * OOM fixesAndrey Hristov2010-05-141-7/+10
| * OOM stability fixesAndrey Hristov2010-05-041-12/+18
| * Handle OOM stemming from mysqlnd_result_init in the sameAndrey Hristov2010-05-031-21/+58
| * Remove unused parameterAndrey Hristov2010-05-031-3/+3
| * Remove dead code and add possibility to fine tune the size ofAndrey Hristov2010-04-221-1/+1
| * - Fix copyrightsFelipe Pena2010-04-201-2/+2
| * CS + WS changesAndrey Hristov2010-04-151-9/+11
| * Recommit with an Windows build fix:Andrey Hristov2010-04-061-3/+3
| * - revert revision 297277, break the builds (declaration must go 1st, size of ...Pierre Joye2010-04-011-3/+3
| * Fix inconsistenciesAndrey Hristov2010-04-011-3/+3
* | - Year++Felipe Pena2012-01-011-1/+1
* | Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.Andrey Hristov2011-10-311-18/+17
* | Move from directly referencing an aggregated structure to using aAndrey Hristov2011-10-251-105/+105
* | move plugin specific stuff to one file. create object factoryAndrey Hristov2011-10-241-62/+5
* | shift code around to two new files - mysqlnd_driver.c Andrey Hristov2011-10-211-36/+5
* | - fix TS buildPierre Joye2011-09-171-1/+1
* | Fixed Windows buildDmitry Stogov2011-09-161-1/+1