summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_driver.c
Commit message (Expand)AuthorAgeFilesLines
* Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-1/+1
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Simplify the command factoryAndrey Hristov2019-01-071-2/+2
* Mark const what should not be changedAndrey Hristov2019-01-071-9/+9
* Trailing whitespacesGabriel Caruso2018-01-031-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Merged allocationsDmitry Stogov2017-11-151-28/+8
* Run mysqlmd commands in one step (without separate create/run/free).Dmitry Stogov2017-11-141-2/+2
* Made "result", "statement" and "last_message" to always use Zend MM heap. (ev...Dmitry Stogov2017-11-021-7/+5
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Merge branch 'PHP-7.0'Andrey Hristov2016-03-161-1/+1
|\
| * More email fixingAndrey Hristov2016-03-161-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-4/+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
* | | Give the possibility of the client to pass a factoryAndrey Hristov2015-11-241-2/+2
* | | Don't use the specific translated name but use the macro for thisAndrey Hristov2015-11-171-1/+1
* | | More const and moved the declaration of php_mysqlnd_scramble() to mysqlnd_auth.hAndrey Hristov2015-11-171-5/+5
* | | MNDR:Andrey Hristov2015-11-121-1/+3
* | | MNDR:Andrey Hristov2015-11-121-25/+23
* | | MNDR:Andrey Hristov2015-11-121-9/+9
* | | MNDR:Andrey Hristov2015-11-121-25/+25
* | | MNDR:Andrey Hristov2015-11-121-0/+1
* | | MNDR:Andrey Hristov2015-11-121-5/+42
* | | MNDR:Andrey Hristov2015-11-121-1/+3
* | | MNDR:Andrey Hristov2015-11-121-32/+13
* | | MDNR:Andrey Hristov2015-11-121-1/+4
* | | MDNR:Andrey Hristov2015-11-121-0/+1
* | | MNDR:Andrey Hristov2015-11-121-1/+2
* | | MNDR:Andrey Hristov2015-11-121-9/+10
* | | MDNR:Andrey Hristov2015-11-121-6/+12
* | | MNDR:Andrey Hristov2015-11-121-8/+8
|/ /
* | Use Zend MM to keep statistic of non-persistent connections (calloc/free->pec...Dmitry Stogov2015-09-181-2/+2
* | cleanup the mod version macros, round 2Anatol Belski2015-03-231-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-25/+25
* | remove fetches from mysqlndkrakjoe2014-09-261-3/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-01-061-1/+1
|\
| * bump yearXinchen Hui2013-01-061-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Anatoliy Belsky2012-12-131-0/+2
|\ \ | |/
| * Fixed mysqlnd compilation in debug mode on windowsAnatoliy Belsky2012-12-131-0/+2
| * - Year++Felipe Pena2012-01-011-1/+1
| * - shift a bit of code aroundAndrey Hristov2011-11-021-1/+1
| * Now really split the method tables and have differentAndrey Hristov2011-10-311-4/+35
| * Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.Andrey Hristov2011-10-311-19/+29