summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_result_meta.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix a valgrind warning as well as more trace log informationAndrey Hristov2009-05-281-0/+7
* - Sync with 5.3Felipe Pena2009-03-301-0/+2
* - Removed:Felipe Pena2009-03-271-31/+27
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Update ext/mysql, ext/mysqli and ext/mysqlnd from development treeAndrey Hristov2008-04-161-3/+15
* MFB: More optimizations - less MM callsAndrey Hristov2008-01-281-2/+2
* Merge with internal versionAndrey Hristov2008-01-231-1/+1
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Update mysqlnd in HEADAndrey Hristov2007-10-021-29/+56
* Update CVSAndrey Hristov2007-08-031-1/+13
* - Moved mysqnd to it's own directory: It is sort of an extension itself.Jani Taskinen2007-07-251-0/+401