summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_wireprotocol.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-041-88/+2
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-041-111/+2
| |\
| | * Revert all MySQL auth related changesNikita Popov2018-09-041-111/+2
* | | OptimizationDmitry Stogov2018-07-101-100/+71
* | | emalloc() never returns NULLDmitry Stogov2018-06-131-3/+1
* | | Add check for variable size array featureAnatol Belski2018-06-091-2/+2
* | | Merge branch 'PHP-7.2'Anatol Belski2018-06-061-0/+9
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-06-061-2/+111
| |\ \ | | |/
| | * Fix VC compilation as variable size array is not supportedAnatol Belski2018-06-061-0/+9
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Merge branch 'PHP-7.1'Johannes Schlüter2018-06-061-2/+78
|\ \ \ | | |/ | |/|
| * | Fix MySQL 8 authJohannes Schlüter2018-06-061-2/+102
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Fix initialisation orderJohannes Schlüter2018-02-201-1/+1
* | | Trailing whitespacesGabriel Caruso2018-01-031-2/+2
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Use single memory pool for result metadata and result set.Dmitry Stogov2017-11-151-2/+2
* | | Cleanup. Make difference between MYSQLND_ROW_BUFFER and MYSQLND_MEMORY_POOL_C...Dmitry Stogov2017-11-151-22/+22
* | | Try to fix AppVeyor buildNikita Popov2017-11-141-1/+1
* | | Reimplemented MYSQLND_MEMORY_POOL to avoid allocations ouside of pool. Store ...Dmitry Stogov2017-11-141-7/+8
* | | Run mysqlmd commands in one step (without separate create/run/free).Dmitry Stogov2017-11-141-5/+1
* | | Use stack-allocated packets.Dmitry Stogov2017-11-141-556/+251
* | | Made "result", "statement" and "last_message" to always use Zend MM heap. (ev...Dmitry Stogov2017-11-021-17/+12
* | | Extend zend_string API to avoid reallocation in zend_string_init_interned()Dmitry Stogov2017-10-191-1/+1
* | | Reuse interned strings from opcache SHM, if possible.Dmitry Stogov2017-10-161-1/+1
* | | Merge branch 'PHP-7.2'Anatol Belski2017-09-131-1/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-09-131-1/+1
| |\ \ | | |/
| | * Fixed bug #75018, fixed bug #75177Anatol Belski2017-09-131-1/+1
* | | Kill a compiler warning in ext/mysqlndKalle Sommer Nielsen2017-08-241-1/+1
|/ /
* | Use interned empty and "one char" strings.Dmitry Stogov2017-05-181-0/+4
|/
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-121-4/+5
|\
| * Fixed bug #74021andrewnester2017-02-121-4/+4
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Fix data_size decrementNikita Popov2017-01-021-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-021-1/+1
|\ \ | |/
| * Fix for sporadic segfault with MYSQLI_OPT_INT_AND_FLOAT_NATIVEvanviegen2017-01-021-2/+8
* | Fix for sporadic segfault with MYSQLI_OPT_INT_AND_FLOAT_NATIVEvanviegen2017-01-021-1/+7
* | Optimized memory handling of BIT fields. Less memory copies and lessAndrey Hristov2016-12-121-46/+11
* | Merge branch 'PHP-7.0' into PHP-7.1Andrey Hristov2016-12-121-3/+28
|\ \ | |/
| * Fix off by 1 problem.Andrey Hristov2016-12-121-3/+28
| * Fix bug #72293 - Heap overflow in mysqlnd related to BIT fieldsStanislav Malyshev2016-09-121-1/+6
* | Fix bug #72293 - Heap overflow in mysqlnd related to BIT fieldsStanislav Malyshev2016-09-121-0/+5
* | Fixed compilation warningsDmitry Stogov2016-06-231-1/+1
* | Fix buildKalle Sommer Nielsen2016-03-171-1/+2
* | 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
* | Move free_chunk and resize_chunk into memory poolNikita Popov2016-02-221-5/+5
* | 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
| |\