summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_wireprotocol.h
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-11/+11
* MySQLnd: Clean up and optimize mysqlnd result set handlingNikita Popov2020-12-171-5/+1
* MySQLnd: Simplify management of zval row bufferNikita Popov2020-12-151-2/+0
* Merge branch 'PHP-7.4'Nikita Popov2019-12-271-0/+9
|\
| * Handle error response during caching_sha2_password authNikita Popov2019-12-271-0/+5
| * Support auth switch request during caching sha2 authNikita Popov2019-12-271-0/+4
* | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/
* Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-1/+1
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Re-commit MySQL 8 cached SHA auth supportNikita Popov2018-11-211-0/+10
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-041-10/+0
|\
| * Revert all MySQL auth related changesNikita Popov2018-09-041-10/+0
* | Merge branch 'PHP-7.1'Johannes Schlüter2018-06-061-0/+10
|\ \ | |/
| * Fix MySQL 8 authJohannes Schlüter2018-06-061-0/+10
| * year++Xinchen Hui2018-01-021-1/+1
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Use single memory pool for result metadata and result set.Dmitry Stogov2017-11-151-0/+1
* | Cleanup. Make difference between MYSQLND_ROW_BUFFER and MYSQLND_MEMORY_POOL_C...Dmitry Stogov2017-11-151-4/+4
* | Use stack-allocated packets.Dmitry Stogov2017-11-141-17/+7
* | Made "result", "statement" and "last_message" to always use Zend MM heap. (ev...Dmitry Stogov2017-11-021-2/+0
* | 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