summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_structs.h
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy AC_CHECK_TYPE calls for uint and ulongPeter Kokot2019-03-061-2/+2
* Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-2/+2
* Implement typed propertiesNikita Popov2019-01-111-1/+0
* Const changesAndrey Hristov2019-01-071-7/+7
* Simplify the command factoryAndrey Hristov2019-01-071-6/+49
* Mark const what should not be changedAndrey Hristov2019-01-071-1/+1
* const-ify some functionsAndrey Hristov2019-01-041-2/+2
* Add type safety for mysqlnd plugin developersAndrey Hristov2019-01-041-4/+11
* 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-3/+6
* | Cleanup. Make difference between MYSQLND_ROW_BUFFER and MYSQLND_MEMORY_POOL_C...Dmitry Stogov2017-11-151-16/+13
* | Embeded zend_list into st_mysqlnd_error_info, to avoid extra allocation/deall...Dmitry Stogov2017-11-151-1/+1
* | Reimplemented MYSQLND_MEMORY_POOL to avoid allocations ouside of pool. Store ...Dmitry Stogov2017-11-141-9/+7
* | Run mysqlmd commands in one step (without separate create/run/free).Dmitry Stogov2017-11-141-8/+2
* | Merge mysqlnd_field_hash_key structure into st_mysqlnd_field.Dmitry Stogov2017-11-141-9/+2
* | Use stack-allocated packets.Dmitry Stogov2017-11-141-32/+33
* | Made "result", "statement" and "last_message" to always use Zend MM heap. (ev...Dmitry Stogov2017-11-021-16/+6
* | 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-4/+0
* Merge branch 'PHP-7.0'Andrey Hristov2016-03-161-3/+2
|\
| * Fix emails in headers. @mysql.com addresses are no more since many years.Andrey Hristov2016-03-161-5/+3
* | Move free_chunk and resize_chunk into memory poolNikita Popov2016-02-221-3/+2
* | Drop mysqlnd mempool refcountNikita Popov2016-02-221-1/+0
* | Move cleanup code to a separate function and export it. Export alsoAndrey Hristov2016-01-151-0/+1
* | Forgot to add const-ness to the macroAndrey Hristov2016-01-141-2/+2
* | Convenience macrosAndrey Hristov2016-01-141-0/+3
* | commit 597db443cd6ce76b0dce590b9f51b5d4d610325eAndrey Hristov2016-01-131-1/+1
* | 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
* | | Add a method for checking if the underlying stream is valid.Andrey Hristov2015-12-011-1/+3
* | | Remove unused variableAndrey Hristov2015-11-231-1/+0
* | | Revert "Add some const-ness to the protocol frame codec"Andrey Hristov2015-11-171-1/+1
* | | Don't use the specific translated name but use the macro for thisAndrey Hristov2015-11-171-3/+1
* | | More const and moved the declaration of php_mysqlnd_scramble() to mysqlnd_auth.hAndrey Hristov2015-11-171-20/+20
* | | Bring consistency to the class by renaming the methods too (from theAndrey Hristov2015-11-171-2/+2
* | | Add some const-ness to the protocol frame codecAndrey Hristov2015-11-171-1/+1
* | | mysqlnd refactoring:Andrey Hristov2015-11-171-2/+2
* | | mysqlnd refactoring :Andrey Hristov2015-11-161-3/+2
* | | - Remove dead macrom mysql_list_fields()Andrey Hristov2015-11-161-2/+2
* | | MNDR:Andrey Hristov2015-11-121-8/+8
* | | MNDR:Andrey Hristov2015-11-121-1/+1
* | | MNDR:Andrey Hristov2015-11-121-28/+19