summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/mysql_statement.c
Commit message (Expand)AuthorAgeFilesLines
* PDO MySQL: Handle boolean parameter binding with libmysqlNikita Popov2020-12-181-0/+14
* PDO MySQL: Use mysqlnd column namesNikita Popov2020-12-161-0/+4
* Fixed bug #79132Nikita Popov2020-12-111-2/+1
* PDO MySQL: Fix nextRowset() on libmysqlclient with native PSNikita Popov2020-12-111-90/+79
* Fixed bug #67004Nikita Popov2020-12-111-4/+3
* PDO MySQL: Use stmt_next_result with libmysqlclient as wellNikita Popov2020-12-111-13/+12
* PDO MySQL: Fix leak with libmysqlclient and multiple rowsetsNikita Popov2020-12-111-46/+29
* Fixed bug #70066Nikita Popov2020-12-091-4/+2
* Fixed bug #66878Nikita Popov2020-12-091-1/+6
* Remove unnecessary more_results() checksNikita Popov2020-12-091-17/+1
* Add ifdef for mysqlnd only functionNikita Popov2020-12-091-0/+2
* PDO MySQL: Extract common code for handling PS resultsNikita Popov2020-12-091-46/+28
* PDO MySQL: Use set_row_count() helperNikita Popov2020-12-091-9/+2
* PDO MySQL: Make sure nextRowset() works with partially consumed resultNikita Popov2020-12-091-16/+9
* PDO MySQL: Handle error during closeCursor()Nikita Popov2020-12-091-1/+2
* Fix stmt_free_result implementation and usageNikita Popov2020-12-091-3/+1
* PDO MySQL: Normalize handling of empty stored procedure result setNikita Popov2020-12-081-10/+0
* Handle column count change in PDO MySQLNikita Popov2020-12-081-7/+4
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-081-0/+1
|\
| * Fixed bug #63185Nikita Popov2020-12-081-0/+1
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-041-10/+9
|\ \ | |/
| * Fixed bug #80458Dharman2020-12-041-11/+10
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-291-5/+1
|\ \ | |/
| * Handle errors during PDO row fetchNikita Popov2020-10-291-5/+1
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-281-2/+8
|\ \ | |/
| * Fix bug #79375Dharman2020-10-281-2/+8
* | Fix [-Wundef] warning in PDO MySQL extensionGeorge Peter Banyard2020-05-201-10/+10
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-10-071-2/+2
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-071-2/+2
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-071-2/+2
| | |\
| | | * Fix #78623: Regression caused by "SP call yields additional empty result set"Christoph M. Becker2019-10-071-2/+2
* | | | 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-09-031-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-09-031-2/+2
| |\ \ | | |/
| | * Fix #41997: SP call yields additional empty result setChristoph M. Becker2019-09-031-2/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-071-0/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-071-0/+4
| |\ \ | | |/
| | * Fixed bug #38546Cameron Porter2019-06-071-0/+4
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-04-271-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-04-271-1/+1
| |\ \ | | |/
| | * Fix #77944: Wrong meta pdo_type for bigint on LLP64Christoph M. Becker2019-04-271-1/+1
| | * year++Xinchen Hui2018-01-021-1/+1
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
|/ /
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Use zval_ptr_dtor() imstead of zval_dtor()Dmitry Stogov2018-07-051-1/+1
* | Use OBJ_FLAGS() macro to access object flags (even if they are currently stor...Dmitry Stogov2018-01-221-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Turn "pdo_stmt_methods" into constants.Dmitry Stogov2017-12-141-1/+1
|/
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1