summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_result_meta.c
Commit message (Expand)AuthorAgeFilesLines
* 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