summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_connection.c
Commit message (Expand)AuthorAgeFilesLines
* Fix #80329: Add option to specify LOAD DATA LOCAL white list folderDarek Slusarczyk2021-02-231-0/+17
* Replace zend_bool uses with boolNikita Popov2021-01-151-16/+16
* Avoid throwing warnings in mysqlndDharman2021-01-041-5/+7
* MySQLnd: Clean up and optimize mysqlnd result set handlingNikita Popov2020-12-171-24/+5
* mysqlnd_error_info_init() cannot failNikita Popov2020-12-141-2/+2
* Remove MYSQLND_STRING_TO_INT_CONVERSION defineNikita Popov2020-12-141-2/+0
* MySQLnd: Remove some unnecessary allocator failure checksNikita Popov2020-12-141-39/+1
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-101-5/+7
|\
| * Fixed bug #71145Nikita Popov2020-12-101-5/+7
* | Promote a few forgotten warnings to exceptionsMáté Kocsis2020-09-251-1/+1
* | Merge branch 'PHP-7.4'Nikita Popov2020-09-181-16/+14
|\ \ | |/
| * 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
* | | mysqli_set_charset now throws an mysqli_sql_exception when incorrect charset ...Dharman2020-09-181-5/+2
* | | Fix expression warnings and break warningstwosee2020-06-071-5/+5
* | | Fix warning of strict-prototypestwosee2020-06-071-2/+2
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-271-4/+0
|\ \ \ | |/ /
| * | Fix unix socket check during caching_sha2_passwordNikita Popov2019-12-271-4/+0
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+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