summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_ps_codec.c
Commit message (Expand)AuthorAgeFilesLines
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the serverAndrey Hristov2015-09-231-0/+6
* Patch commit d9f85373e32 by moving the float_to_double function toKeyur Govande2015-01-261-2/+2
* Fix for bugs #68114 (Build fails on OS X due to undefined symbols)Keyur Govande2015-01-261-48/+5
* bump yearXinchen Hui2015-01-151-1/+1
* Merge branch 'PHP-5.5' into PHP-5.6Keyur Govande2014-12-261-1/+2
|\
| * Fix for failing tests. gcc 4.8.3 would optimize away the assigment.Keyur Govande2014-12-261-1/+2
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-09-101-1/+11
|\ \ | |/
| * fix precision when fetching float through mysqlndAnatol Belski2014-09-101-1/+11
* | Merge branch 'PHP-5.5' into PHP-5.6Keyur Govande2014-08-151-4/+45
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Keyur Govande2014-08-151-4/+45
| |\
| | * Patch for bug #67839 (mysqli does not handle 4-byte floats correctly)Keyur Govande2014-08-141-4/+45
| | * Bump yearXinchen Hui2014-01-031-1/+1
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | WSAndrey Hristov2014-01-241-5/+5
* | | Reduce code duplication a bitAndrey Hristov2014-01-241-10/+4
* | | Backport refactoring from php-srcAndrey Hristov2014-01-241-148/+192
* | | Bump yearXinchen Hui2014-01-031-1/+1
|/ /
* | 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