summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_loaddata.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Merge branch 'PHP-7.0'Andrey Hristov2016-03-161-3/+3
|\
| * Fix emails in headers. @mysql.com addresses are no more since many years.Andrey Hristov2016-03-161-3/+3
* | Merge branch 'PHP-7.0'Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
| |\
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| | * bump yearXinchen Hui2015-01-151-1/+1
* | | MNDR:Andrey Hristov2015-11-121-1/+0
* | | MNDR:Andrey Hristov2015-11-121-2/+1
* | | MNDR:Andrey Hristov2015-11-121-1/+1
* | | MNDR:Andrey Hristov2015-11-121-4/+5
* | | MNDR:Andrey Hristov2015-11-121-6/+7
* | | MNDR:Andrey Hristov2015-11-121-2/+6
* | | MNDR:Andrey Hristov2015-11-121-2/+3
* | | MNDR:Andrey Hristov2015-11-121-4/+4
* | | MNDRAndrey Hristov2015-11-121-1/+1
|/ /
* | bump yearXinchen Hui2015-01-151-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-17/+17
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | First set of phpng changes for mysqlndAndrey Hristov2014-05-201-18/+4
|/
* 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
| | * Fix more warnings about size_tAndrey Hristov2011-02-011-2/+2
| | * - Year++Felipe Pena2011-01-011-1/+1
| | * fix some uninitialized variables. also fix shadowing of global symbolsAndrey Hristov2010-10-071-2/+4
| | * WS fixesAndrey Hristov2010-09-231-1/+1
| | * Bail if allocation failsAndrey Hristov2010-05-311-1/+6
| | * - Fix copyrightsFelipe Pena2010-04-201-2/+2
| | * CS + WS changesAndrey Hristov2010-04-151-11/+9
| | * refactoring : move more network related functions toAndrey Hristov2009-12-171-4/+4
| | * Move two functions which are used in the extension as methods ofAndrey Hristov2009-12-111-7/+1
| | * Compressed protocol support + extensibility for mysqlndAndrey Hristov2009-11-201-2/+2
| | * MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
| | * MFH: No infinite loop in case the connection brokeJohannes Schlüter2008-11-281-1/+0
| | * MFH:Andrey Hristov2008-11-061-3/+3
| | * MFH: Fix #46285 (lastInsertId() returns "0" when a deferenced PDOStatement isJohannes Schlüter2008-10-271-2/+3
| | * MFB: Update CVS from the development treeAndrey Hristov2008-04-161-2/+2
| | * Merge with internal versionAndrey Hristov2008-01-231-1/+1
| | * strncpy->strlcpyAndrey Hristov2008-01-081-1/+1
| | * MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
| | * Import mysqlndAndrey Hristov2007-10-051-0/+263
* | Merge branch 'PHP-5.4'Stanislav Malyshev2012-06-301-2/+2
|\ \ | |/
| * Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-301-2/+2
| * - Year++Felipe Pena2012-01-011-1/+1
| * Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.Andrey Hristov2011-10-311-7/+10
| * Move from directly referencing an aggregated structure to using aAndrey Hristov2011-10-251-13/+13