summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_connection.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #71145Nikita Popov2020-12-101-5/+7
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-181-16/+14
|\
| * Fix #78179: mysqli/mysqlnd transaction extensionsDaniel Black2020-09-181-16/+14
* | Fix unix socket check during caching_sha2_passwordNikita Popov2019-12-271-4/+0
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-08-201-1/+8
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-08-201-1/+8
| |\
| | * fix the problem for connect_attr, set db condition, and add a new attribute _...Qianqian Bu2019-08-201-1/+8
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-08-021-0/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-08-021-0/+8
| |\ \ | | |/
| | * Fix #78179: MariaDB server version incorrectly detectedChristoph M. Becker2019-08-021-0/+8
* | | Remove always true conditionNikita Popov2019-06-121-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Darek Slusarczyk2019-02-111-1/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Darek Slusarczyk2019-02-111-1/+2
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Darek Slusarczyk2019-02-111-1/+2
| | |\
| | | * security fix - by default 'local infile' is disabled:Darek Slusarczyk2019-02-111-1/+2
* | | | Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-1/+1
* | | | 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