summaryrefslogtreecommitdiff
path: root/ext/pdo/pdo_stmt.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-10-161-1/+3
|\
| * Prevent crash on ext/pdo_mysql/tests/bug_39858.phpt when built with libmysqlDmitry Stogov2017-10-161-1/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Adam Baratz2017-06-291-3/+4
|\ \ | |/
| * Fixed #69356: PDOStatement::debugDumpParams() truncates queryAdam Baratz2017-06-291-3/+4
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Clean up tabs and whitespaceAdam Baratz2016-12-071-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-221-1/+1
|\ \ | |/
| * remove TSRMLS_*Anatol Belski2016-11-211-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-081-0/+1
|\ \ | |/
| * Fix bug #73331 - do not try to serialize/unserialize objects wddx can not handleStanislav Malyshev2016-11-011-0/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-08-131-1/+8
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-131-1/+8
| |\
| | * Fix #60665: call to empty() on NULL result using PDO::FETCH_LAZY returns falseChristoph M. Becker2016-08-131-1/+9
* | | Fix leak in PDO row_get_ctorNikita Popov2016-07-161-15/+2
* | | Merge branch 'PHP-7.0'Julien Pauli2016-07-121-40/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-07-121-40/+5
| |\ \ | | |/
| | * Revert "Fixes #52384: Adds parameter value to dumped output. Also adds output...Julien Pauli2016-07-121-28/+2
* | | Merge branch 'PHP-7.0'Julien Pauli2016-07-121-2/+37
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-07-121-2/+37
| |\ \ | | |/
| | * Fixes #52384: Adds parameter value to dumped output. Also adds output flag in...Bishop Bettini2016-07-121-2/+28
* | | Fixed compilation warningsDmitry Stogov2016-06-221-5/+13
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-2/+2
* | | - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-1/+1
* | | Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-1/+0
* | | Merge branch 'PHP-7.0'Julien Pauli2016-03-211-1/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-03-211-1/+5
| |\ \ | | |/
| | * Reworked Fix bug #52098Julien Pauli2016-03-211-13/+4
| | * Fix bug #52098Daniel Persson2016-03-211-85/+85
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-03-181-3/+7
|\ \ \ | |/ /
| * | Fixed pdo_stmt.c: zval* being passed into zend_parse_parameters_exXinchen Hui2016-03-181-3/+7
* | | Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-1/+0
|/ /
* | Format string fixesNikita Popov2016-02-141-5/+6
* | 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
| * Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2014-11-291-9/+0
| |\
| | * Merge branch 'pull-request/656' into PHP-5.5Julien Pauli2014-11-291-9/+0
| | |\
| | | * PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION > 1Popa Marius Adrian2014-11-291-9/+0
| | | * Bump yearXinchen Hui2014-01-031-1/+1
| | * | Bump yearXinchen Hui2014-01-031-1/+1
| * | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* | | | Cleanup: removed deprecated commented code. Incorrect zval_dtor() usage repla...Dmitry Stogov2015-09-231-15/+3
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-21/+21
* | | | Use zend_string to represent pdo_column_data.name and avoid duplication.Dmitry Stogov2015-05-051-27/+29
* | | | Add unique prefix to exported functionChristopher Jones2015-05-021-2/+2
* | | | Export free_statement to replace php_pdo_stmt_delref which was deleted in 9fe...Christopher Jones2015-05-011-1/+1
* | | | Fix leak of Pdo object if query() failsNikita Popov2015-04-161-2/+1
* | | | Fix leak of FETCH_INTO objectNikita Popov2015-04-161-0/+1