summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_wireprotocol.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Optimized memory handling of BIT fields. Less memory copies and lessAndrey Hristov2016-12-121-3/+0
* Fixed compilation warningsDmitry Stogov2016-06-221-1/+1
* Fix compiler warnings in mysqlndKalle Sommer Nielsen2016-04-031-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-5/+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
* | | More const and moved the declaration of php_mysqlnd_scramble() to mysqlnd_auth.hAndrey Hristov2015-11-171-3/+1
* | | MNDR:Andrey Hristov2015-11-121-1/+1
* | | MNDR:Andrey Hristov2015-11-121-9/+1
* | | MNDR:Andrey Hristov2015-11-121-1/+6
* | | MNDR:Andrey Hristov2015-11-121-2/+0
* | | MNDR:Andrey Hristov2015-11-121-0/+1
* | | MNDR:Andrey Hristov2015-11-121-3/+2
* | | MNDR:Andrey Hristov2015-11-121-2/+9
* | | MNDR:Andrey Hristov2015-11-121-1/+0
* | | MNDR:Andrey Hristov2015-11-121-8/+4
* | | MNDR:Andrey Hristov2015-11-121-2/+2
* | | MDNR:Andrey Hristov2015-11-121-5/+6
* | | MNDR:Andrey Hristov2015-11-121-2/+2
|/ /
* | bump yearXinchen Hui2015-01-151-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-11/+11
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | reduce the struct size by 8 byte on 64 bitAnatol Belski2014-09-141-4/+4
* | master renames phase 1Anatol Belski2014-08-251-4/+4
* | ported mysql and mysqlndAnatol Belski2014-08-191-4/+4
* | Don't use zend_string for other fields (only name here is enough)Xinchen Hui2014-06-251-0/+1
* | Use zend_string in mysqlndXinchen Hui2014-06-231-2/+0
* | Refactoring mysqlnd (incompleted, only mysqlnd ext compilable)Xinchen Hui2014-06-181-4/+4
|/
* New result fetching mode for mysqlnd, which should use less memory butAndrey Hristov2014-04-101-1/+5
* Backport refactoring from php-srcAndrey Hristov2014-01-241-0/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Add support for connect attributes, as of MySQL 5.6Andrey Hristov2013-01-151-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
| | * - Year++Felipe Pena2011-01-011-1/+1
| | * rename parameter name - should not shadow the global symbol allocaAndrey Hristov2010-10-051-1/+1
| | * Handle problems in the row_decoder, return type used to be void,Andrey Hristov2010-05-311-2/+2
| | * Export MYSQLND_PROTOCOL methodsAndrey Hristov2010-05-141-1/+1
| | * const-ify fieldsAndrey Hristov2010-04-281-1/+1
| | * It is possible that change user tries an user who has old password.Andrey Hristov2010-04-201-0/+1
| | * - Fix copyrightsFelipe Pena2010-04-201-2/+2
| | * Fix for bug#49234 method not found ssl_setAndrey Hristov2010-04-151-0/+1
| | * Make it coupled - what is allocated with mnd_ should be freedAndrey Hristov2010-03-291-1/+3
| | * fix build failure after recent commit by KalleAndrey Hristov2010-03-241-1/+1