summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_connection.c
Commit message (Expand)AuthorAgeFilesLines
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Simplify the command factoryAndrey Hristov2019-01-071-18/+14
* Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-1/+1
* Re-commit MySQL 8 cached SHA auth supportNikita Popov2018-11-211-0/+4
* Use persistent strings only for persistent connectionsDmitry Stogov2018-10-231-4/+11
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-041-4/+0
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-041-4/+0
| |\
| | * Revert all MySQL auth related changesNikita Popov2018-09-041-4/+0
* | | Merge branch 'PHP-7.2'Dmitry Stogov2018-06-141-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-06-141-0/+1
| |\ \ | | |/
| | * Fixed invalid free introduced by d6e81f0bfd0cb90586dd83d4fd47a4302605261a (av...Dmitry Stogov2018-06-141-0/+1
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-06-061-0/+3
| |\ \ | | |/
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Merge branch 'master' of git.php.net:/php-srcJohannes Schlüter2018-06-061-2/+2
|\ \ \
| * | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-2/+2
* | | | Merge branch 'PHP-7.1'Johannes Schlüter2018-06-061-0/+3
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Fix MySQL 8 authJohannes Schlüter2018-06-061-0/+3
| * | 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
* | | Enable and fix printf() format warningsNikita Popov2017-11-161-1/+1
* | | Embeded zend_list into st_mysqlnd_error_info, to avoid extra allocation/deall...Dmitry Stogov2017-11-151-23/+12
* | | Run mysqlmd commands in one step (without separate create/run/free).Dmitry Stogov2017-11-141-62/+17
* | | last_message is always allocated in Zend MM heapDmitry Stogov2017-11-021-1/+1
* | | Made "result", "statement" and "last_message" to always use Zend MM heap. (ev...Dmitry Stogov2017-11-021-7/+15
* | | Mark persistent connection related data as "thread-local".Dmitry Stogov2017-11-011-1/+4
| |/ |/|
* | Use persistent heap only for persistent connections.Dmitry Stogov2017-06-211-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Andrey Hristov2016-10-171-2/+0
|/
* Fixed bug #72701 mysqli_get_host_info() wrong outputAnatol Belski2016-07-291-1/+1
* Fix for bug #71863 Segfault when EXPLAIN with "Unknown column" errorAndrey Hristov2016-07-251-2/+2
* Fixed compilation warningsDmitry Stogov2016-06-231-1/+1
* Merge branch 'PHP-7.0'Andrey Hristov2016-03-161-3/+2
* Move cleanup code to a separate function and export it. Export alsoAndrey Hristov2016-01-151-12/+28
* commit 597db443cd6ce76b0dce590b9f51b5d4d610325eAndrey Hristov2016-01-131-12/+12
* Merge branch 'PHP-7.0'Lior Kaplan2016-01-011-1/+1
* Remove unused variableAndrey Hristov2015-11-231-2/+0
* Fix wrong macro nameAndrey Hristov2015-11-181-2/+2
* Don't use the specific translated name but use the macro for thisAndrey Hristov2015-11-171-2/+2
* mysqlnd refactoring :Andrey Hristov2015-11-161-1/+1
* - Remove dead macrom mysql_list_fields()Andrey Hristov2015-11-161-14/+20
* Unused varXinchen Hui2015-11-161-0/+2
* Merge branch 'PHP-7.0'Xinchen Hui2015-11-161-4/+0
* Fixed compilation errorsDmitry Stogov2015-11-131-6/+6
* MNDR:Andrey Hristov2015-11-121-0/+2746