summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_ps_codec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-11-211-11/+30
|\
| * And here is the real fix for #66124Andrey Hristov2013-11-211-11/+30
* | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-07-081-0/+1
|\ \ | |/
| * Fixed segfault in mysqlnd when doing long prepareAndrey Hristov2013-07-081-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
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * fix buffer overflow - overwriting with 0x0, due toAndrey Hristov2011-03-241-10/+33
| | * - Year++Felipe Pena2011-01-011-1/+1
| | * fix shadowing of parametersAndrey Hristov2010-10-061-17/+17
| | * add some safe casts - lower the number of warnings by 2Andrey Hristov2010-10-041-2/+2
| | * WS fixesAndrey Hristov2010-09-231-9/+7
| | * fix for bug 52891 - optimize a bitAndrey Hristov2010-09-221-3/+6
| | * Fix forAndrey Hristov2010-09-221-32/+94
| | * Fix for MySQL Bug #49406Andrey Hristov2010-08-301-1/+1
| | * Switch from using PHP_MAJOR_VERSION to separate define forAndrey Hristov2010-08-121-15/+15
| | * Two functions, which should be methods so one can catchAndrey Hristov2010-06-241-1/+1
| | * Fix sprintf modifiers all around the place. In most casesAndrey Hristov2010-06-211-1/+1
| | * Use the specialized macro for this caseAndrey Hristov2010-05-251-6/+6
| | * Handle OOM in the code that generates PS Execute requestsAndrey Hristov2010-05-251-14/+51
| | * Fixed very rare memory leak in mysqlnd, when binding thousands of columnsAndrey Hristov2010-04-271-1/+10
| | * - Fix copyrightsFelipe Pena2010-04-201-2/+2
| | * CS + WS changesAndrey Hristov2010-04-151-45/+43
| | * 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
| | * decouple the methods in MYSQLND_STMT from the data,Andrey Hristov2010-03-161-4/+6
| | * Fix ZTS buildAndrey Hristov2009-09-301-5/+5
| | * Use mnd_ wrappers wherever possible. Needed forAndrey Hristov2009-09-301-2/+2
| | * MFH:Fix a problem with cursors, which did not happen with unbuffered PS forAndrey Hristov2009-05-281-0/+2
| | * - MFH: Removed UG(unicode) checksFelipe Pena2009-03-301-2/+2
| | * - MFH: Improve mysqlnd's internal method registrationJohannes Schlüter2009-02-161-2/+2
| | * MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
| | * MFH:Andrey Hristov2008-11-061-14/+14
| | * MFB:Andrey Hristov2008-10-311-27/+15
| | * More debugging info for the trace logAndrey Hristov2008-07-221-2/+28
| | * Update ext/mysql's and ext/mysqli's testsAndrey Hristov2008-04-241-4/+4
| | * MFB: Update CVS from the development treeAndrey Hristov2008-04-161-101/+13
| | * Small fix and a test case to prove it's rightAndrey Hristov2008-03-201-8/+1
| | * - Don't modify the variables which are passed for parameter binding.Andrey Hristov2008-03-201-7/+65
| | * - Fix problems with double definitionsAndrey Hristov2008-01-021-16/+16
| | * MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
| | * Import mysqlndAndrey Hristov2007-10-051-0/+854
| * - Year++Felipe Pena2012-01-011-1/+1
| * Move from directly referencing an aggregated structure to using aAndrey Hristov2011-10-251-9/+9
* | remove old unicode code, that is was compiled out by using a macroandrey2012-09-251-125/+48
* | - Year++Felipe Pena2012-01-011-1/+1
* | Move from directly referencing an aggregated structure to using aAndrey Hristov2011-10-251-9/+9
|/
* fix buffer overflow - overwriting with 0x0, due toAndrey Hristov2011-03-241-10/+33