summaryrefslogtreecommitdiff
path: root/ext/mysqlnd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-03-151-1/+1
|\
| * Fix bug #80837Dharman2021-03-151-1/+1
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-161-2/+3
|\ \ | |/
| * Handle incomplete result set metadata more gracefullyNikita Popov2021-02-161-2/+3
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-151-1/+5
|\ \ | |/
| * Fix #78680: mysqlnd pam plugin missing terminating nullDaniel Black2021-02-151-1/+5
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-051-1/+1
|\ \ | |/
| * Fix #74779: x() and y() truncating floats to integersChristoph M. Becker2021-02-051-1/+1
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-181-59/+72
|\ \ | |/
| * MySQLnd: Support cursors in store/get resultNikita Popov2020-12-181-59/+72
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-161-22/+23
|\ \ | |/
| * Fixed bug #67983Nikita Popov2020-12-161-22/+23
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-101-0/+7
|\ \ | |/
| * Fixed bug #76815Nikita Popov2020-12-101-0/+7
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-101-5/+7
|\ \ | |/
| * Fixed bug #71145Nikita Popov2020-12-101-5/+7
| * Backport fix for bug #70066Nikita Popov2020-12-101-1/+1
* | Fixed bug #70066Nikita Popov2020-12-091-1/+1
* | Fix stmt_free_result implementation and usageNikita Popov2020-12-091-4/+0
* | Handle changing column count in mysqlnd result bindingNikita Popov2020-12-091-44/+23
* | Suppress stream errors in mysqlndNikita Popov2020-11-302-9/+1
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-291-3/+9
|\ \ | |/
| * Fix bug #72413: Segfault with get_result and PS cursorsDharman2020-10-291-3/+9
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-291-0/+2
|\ \ | |/
| * Report gone away error in one more placeNikita Popov2020-10-291-0/+2
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-293-4/+13
|\ \ | |/
| * Retain QUIT_SEND connection stateNikita Popov2020-10-293-4/+13
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-281-4/+13
|\ \ | |/
| * Fixed bug #65825Nikita Popov2020-10-281-4/+13
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-281-0/+1
|\ \ | |/
| * Handle mysqli errors in more casesDharman2020-10-281-0/+1
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-282-3/+7
|\ \ | |/
| * Fix bug #79375Dharman2020-10-282-3/+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
* | | Merge branch 'PHP-7.4'Nikita Popov2020-09-181-40/+65
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-181-40/+65
| |\ \ | | |/
| | * Fix bug #80107: Handling of large compressed packetsNikita Popov2020-09-181-40/+65
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-171-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-171-1/+1
| |\ \ | | |/
| | * Fix #80115: mysqlnd.debug doesn't recognize absolute paths with slashesChristoph M. Becker2020-09-171-1/+1
* | | Avoid ubsan warning due to memcpy nullNikita Popov2020-09-161-1/+3
* | | Drop some dead codeNikita Popov2020-09-141-19/+3
* | | Add explicit double castNikita Popov2020-09-011-1/+1
* | | Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-1/+2
* | | Remove unnecessary function entry arrayMáté Kocsis2020-08-111-11/+1
* | | Drop '#if 0' in mysqlnd_debug() from the MySQLnd extensionGeorge Peter Banyard2020-08-071-8/+0