summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_result_meta.c
Commit message (Expand)AuthorAgeFilesLines
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* bump yearXinchen Hui2015-01-151-1/+1
* Refactor the result set data structures. Move more to the buffered and unbuff...Andrey Hristov2014-03-051-1/+13
* Bump yearXinchen Hui2014-01-031-1/+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
| | * - Year++Felipe Pena2011-01-011-1/+1
| | * Fix warningsUlf Wendel2010-10-051-3/+3
| | * Fix const-nessAndrey Hristov2010-10-041-1/+1
| | * WS fixesAndrey Hristov2010-09-231-3/+2
| | * Switch from using PHP_MAJOR_VERSION to separate define forAndrey Hristov2010-08-121-5/+5
| | * Fix sprintf modifiers all around the place. In most casesAndrey Hristov2010-06-211-6/+6
| | * Fix possible crashes, in case of OOM, due to half-bakenAndrey Hristov2010-05-271-10/+23
| | * Handle the situation when MYSQLND_PROTOCOL's methods return NULL.Andrey Hristov2010-05-251-0/+1
| | * Fix metadata duplicatin which wasn't crash-safe in case of OOM.Andrey Hristov2010-05-251-4/+32
| | * result_meta local storageAndrey Hristov2010-05-141-3/+16
| | * Export the result_metadata methods to external modules.Andrey Hristov2010-05-131-0/+13
| | * - Fix copyrightsFelipe Pena2010-04-201-2/+2
| | * CS + WS changesAndrey Hristov2010-04-151-8/+8
| | * allow persistency of PSAndrey Hristov2010-03-121-13/+16
| | * Pass tsrmls to all functions, which might need it in the future.Andrey Hristov2010-02-031-7/+4
| | * export more functionality for phpize buildsAndrey Hristov2010-01-131-1/+1
| | * cosmetics. typedef-ed types should be in capital caseAndrey Hristov2010-01-111-1/+1
| | * Change of way the packet objects are created/initialisedAndrey Hristov2010-01-071-15/+15
| | * Next attempt to fix http://bugs.php.net/bug.php?id=48745. Patch by Andrey.Ulf Wendel2009-09-091-1/+8
| | * Fix for bug#48745Andrey Hristov2009-08-281-0/+1
| | * MFH:Fix a valgrind warning as well as more trace log informationAndrey Hristov2009-05-281-0/+7
| | * - MFH: Removed UG(unicode) checksFelipe Pena2009-03-301-31/+29
| | * MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
| | * MFB: Update CVS from the development treeAndrey Hristov2008-04-161-3/+15
| | * More optimizations - less MM callsAndrey Hristov2008-01-281-2/+2
| | * Merge with internal versionAndrey Hristov2008-01-231-1/+1
| | * MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
| | * Import mysqlndAndrey Hristov2007-10-051-0/+440
| * - Year++Felipe Pena2012-01-011-1/+1
| * Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.Andrey Hristov2011-10-311-1/+1
| * Move from directly referencing an aggregated structure to using aAndrey Hristov2011-10-251-5/+5
| * Add mysqli_error_list() that returns an array with errors. Typically onlyAndrey Hristov2011-08-041-1/+1
* | remove old unicode code, that is was compiled out by using a macroandrey2012-09-251-82/+0
* | - Year++Felipe Pena2012-01-011-1/+1
* | Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.Andrey Hristov2011-10-311-1/+1
* | Move from directly referencing an aggregated structure to using aAndrey Hristov2011-10-251-5/+5
* | Add mysqli_error_list() that returns an array with errors. Typically onlyAndrey Hristov2011-08-041-1/+1
|/
* - Year++Felipe Pena2011-01-011-1/+1
* Fix warningsUlf Wendel2010-10-051-3/+3
* Fix const-nessAndrey Hristov2010-10-041-1/+1
* WS fixesAndrey Hristov2010-09-231-3/+2
* Switch from using PHP_MAJOR_VERSION to separate define forAndrey Hristov2010-08-121-5/+5