summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/mysql_statement.c
Commit message (Expand)AuthorAgeFilesLines
* Backport fix for bug #70066Nikita Popov2020-12-101-4/+2
* Fixed bug #63185Nikita Popov2020-12-081-0/+1
* Fixed bug #80458Dharman2020-12-041-11/+10
* Handle errors during PDO row fetchNikita Popov2020-10-291-5/+1
* Fix bug #79375Dharman2020-10-281-2/+8
* 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
* | | 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
* Fix bug 72788: Invalid memory access when database_object_handleKeyur2016-08-091-1/+2
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | use Z* macro nameAnatol Belski2015-11-051-1/+1
* | fix leakAnatol Belski2015-11-051-0/+1
* | fix pdo_mysql crash with empty bound stream paramAnatol Belski2015-11-051-2/+3
* | Fixed bug #70272 (Segfault in pdo_mysql)Xinchen Hui2015-08-181-2/+2
* | Use zend_string to represent pdo_column_data.name and avoid duplication.Dmitry Stogov2015-05-051-5/+2
* | size_t cleanup for PDOStanislav Malyshev2015-01-261-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-21/+21
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renamings phase 5Anatol Belski2014-08-251-2/+2
* | master renames phase 1Anatol Belski2014-08-251-19/+19
* | ported from pdo - pgsql, odbc, mysql, firebirt, dblibAnatol Belski2014-08-191-14/+14
* | basic macro replacements, all at onceAnatol Belski2014-08-191-7/+7
* | Don't use zend_string for other fields (only name here is enough)Xinchen Hui2014-06-251-20/+2
* | Use zend_string in mysqlndXinchen Hui2014-06-231-0/+17
* | Actually, I don't know how it works. (maybe I should re-start again :<)Xinchen Hui2014-06-231-1/+1
* | Fixed memory leakXinchen Hui2014-06-201-1/+1
* | Fixed pdo_mysql build with mysqlndXinchen Hui2014-06-191-1/+1
* | Prevent crash in case of SQL errorDmitry Stogov2014-05-191-1/+3