summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_priv.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * use the method in all builds. Thus it can be used for detectionAndrey Hristov2011-11-221-7/+0
| * fix macrosAndrey Hristov2011-05-311-10/+10
| * - Year++Felipe Pena2011-01-011-1/+1
| * - More features for the profiling, create aggregates and dump themAndrey Hristov2010-10-291-1/+10
| * Switch from using PHP_MAJOR_VERSION to separate define forAndrey Hristov2010-08-121-3/+9
| * Handle OOM cases, in case of persistent connections this is realAndrey Hristov2010-04-291-0/+4
| * - Fix copyrightsFelipe Pena2010-04-201-2/+2
| * CS + WS changesAndrey Hristov2010-04-151-4/+4
| * 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
| * export more functionality for phpize buildsAndrey Hristov2010-01-131-3/+3
| * move MYSQLND_NET code to a separate file.Andrey Hristov2009-12-161-3/+0
| * Compressed protocol support + extensibility for mysqlndAndrey Hristov2009-11-201-2/+1
| * Move definitionAndrey Hristov2009-10-221-8/+0
| * Fix (by Andrey) and test for bug #49442 . Don't use efree() for memory alloca...Ulf Wendel2009-09-161-3/+5
| * - MFH: Improve mysqlnd's internal method registrationJohannes Schlüter2009-02-161-4/+4
| * MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
| * MFH:Andrey Hristov2008-11-061-2/+2
| * MFB:Andrey Hristov2008-10-311-1/+1
| * MFH: constify stringsJohannes Schlüter2008-08-191-2/+3
| * Update ext/mysql's and ext/mysqli's testsAndrey Hristov2008-04-241-17/+0
| * Fixed a bunch of bugs reported inAndrey Hristov2008-03-181-3/+3
| * new 6.0 flagAndrey Hristov2008-02-111-1/+1
| * some config.w32 fixesAndrey Hristov2008-01-281-3/+0
| * More optimizations - less MM callsAndrey Hristov2008-01-281-0/+10
| * Merge with internal versionAndrey Hristov2008-01-231-2/+2
| * strncpy->strlcpyAndrey Hristov2008-01-081-1/+1
| * - Fix problems with double definitionsAndrey Hristov2008-01-021-1/+1
| * MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
| * Sync mysqlnd. Should still compile with 5_2 for those who want to use theAndrey Hristov2007-10-161-0/+10
| * Import mysqlndAndrey Hristov2007-10-051-0/+191
* - Year++Felipe Pena2012-01-011-1/+1
* use the method in all builds. Thus it can be used for detectionAndrey Hristov2011-11-221-7/+0
* Now really split the method tables and have differentAndrey Hristov2011-10-311-0/+1
* Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.Andrey Hristov2011-10-311-3/+3
* Move from directly referencing an aggregated structure to using aAndrey Hristov2011-10-251-2/+2
* move plugin specific stuff to one file. create object factoryAndrey Hristov2011-10-241-5/+1
* shift code around to two new files - mysqlnd_driver.c Andrey Hristov2011-10-211-3/+9
* Add mysqli_error_list() that returns an array with errors. Typically onlyAndrey Hristov2011-08-041-1/+27
* fix macrosAndrey Hristov2011-05-311-10/+10
* small cleanupsAndrey Hristov2011-01-241-2/+2
* Handle MySQL 5.5 authentication features.Andrey Hristov2011-01-241-6/+18
* Update on the mysqlnd auth plugins, changed the pluginAndrey Hristov2011-01-141-0/+30
* grok the MySQL 5.5 extended handshake.Andrey Hristov2011-01-121-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* extending the API interface - plugins can registerAndrey Hristov2010-12-281-0/+8