summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_result.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-131-15/+11
|\
| * Fix bug #78525Nikita Popov2019-09-131-15/+11
* | Fix mysqlnd memory leakNikita Popov2019-06-281-10/+10
* | Fix mysqlnd printf modifiersNikita Popov2019-06-121-1/+1
* | Make "MySQL server has gone away" errors more consistentNikita Popov2019-06-031-1/+3
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-231-2/+3
|\ \ | |/
| * Fix bug #77955Nikita Popov2019-05-231-2/+3
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-221-0/+9
|\ \ | |/
| * Fixed bug #77773Nikita Popov2019-03-221-0/+9
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-211-12/+12
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-211-12/+12
| |\
| | * Fixed bug #77597Nikita Popov2019-02-211-11/+11
| | * year++Xinchen Hui2018-01-021-1/+1
* | | Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-1/+1
* | | Remove local variablesPeter Kokot2019-02-031-10/+0
* | | Merge branch 'PHP-7.3'Dmitry Stogov2019-01-141-0/+9
|\ \ \ | |/ /
| * | Fixed bug #77308 (Unbuffered queries memory leak)Dmitry Stogov2019-01-141-0/+9
* | | Const changesAndrey Hristov2019-01-071-11/+11
|/ /
* | Allocate array of proper sizeDmitry Stogov2018-07-181-1/+6
* | Use zval_ptr_dtor_nogc() instead of zval_dtor() inplaces where circular-refer...Dmitry Stogov2018-07-051-2/+2
* | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-2/+2
* | Bit test optimizationDmitry Stogov2018-05-081-2/+2
* | Bit check micro-optimizationDmitry Stogov2018-04-281-2/+2
* | year++Xinchen Hui2018-01-021-1/+1
* | Fixed incorrect buffer reallocationDmitry Stogov2017-11-301-1/+0
* | Use single memory pool for result metadata and result set.Dmitry Stogov2017-11-151-34/+28
* | Cleanup. Make difference between MYSQLND_ROW_BUFFER and MYSQLND_MEMORY_POOL_C...Dmitry Stogov2017-11-151-27/+27
* | Use better buffer reallocation strategyDmitry Stogov2017-11-151-13/+23
* | Use mnd_emalloc/mnd_efreeDmitry Stogov2017-11-141-2/+2
* | Reimplemented MYSQLND_MEMORY_POOL to avoid allocations ouside of pool. Store ...Dmitry Stogov2017-11-141-67/+39
* | Use mnd_erealloc()Dmitry Stogov2017-11-141-2/+2
* | Merge mysqlnd_field_hash_key structure into st_mysqlnd_field.Dmitry Stogov2017-11-141-6/+6
* | Use stack-allocated packets.Dmitry Stogov2017-11-141-70/+55
* | Made "result", "statement" and "last_message" to always use Zend MM heap. (ev...Dmitry Stogov2017-11-021-42/+36
|/
* Use zval_ptr_dtor_nogc() for data that can't be circularDmitry Stogov2017-06-291-5/+5
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Merge branch 'PHP-7.1'Andrey Hristov2016-12-121-4/+0
|\
| * Optimized memory handling of BIT fields. Less memory copies and lessAndrey Hristov2016-12-121-4/+0
| * Fix for bug #71863 Segfault when EXPLAIN with "Unknown column" errorAndrey Hristov2016-07-251-1/+10
* | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
* | Fix for bug #71863 Segfault when EXPLAIN with "Unknown column" errorAndrey Hristov2016-07-231-1/+10
|/
* 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-4/+3
* | Move free_chunk and resize_chunk into memory poolNikita Popov2016-02-221-2/+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
| |\
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | | MNDR:Andrey Hristov2015-11-121-84/+97
* | | MNDR:Andrey Hristov2015-11-121-90/+98