summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-021-0/+1
|\
| * Skip test for pdo_odbcAnatol Belski2018-01-021-0/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-021-0/+3
|\ \ | |/
| * Fix test for pdo_odbcAnatol Belski2018-01-021-0/+3
* | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-01-021-119/+120
|\ \ | |/
| * regenerated with newer re2cXinchen Hui2018-01-021-119/+120
| * year++Xinchen Hui2018-01-0210-10/+10
* | year++Xinchen Hui2018-01-0210-10/+10
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-221-0/+1
|\ \ | |/
| * pdo_odbc has no driver API for quoting, skip the testAnatol Belski2017-12-221-0/+1
* | Fixed bug #75616Jaromír Doleček2017-12-171-14/+0
* | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-10-161-1/+3
|\ \ | |/
| * 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
* | | Apply fix for #69356 to "Sent SQL"Adam Baratz2017-06-291-3/+4
* | | Merge branch 'PHP-7.1'Adam Baratz2017-06-292-3/+44
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Adam Baratz2017-06-292-3/+44
| |\ \ | | |/
| | * Fixed #69356: PDOStatement::debugDumpParams() truncates queryAdam Baratz2017-06-292-3/+44
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-0410-10/+10
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-0410-10/+10
* | | Remove superfluous semicolonsTom Van Looy2017-06-261-1/+1
* | | Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-192-4/+4
* | | Add PDO parameter types for national character set stringsAdam Baratz2017-03-202-2/+15
* | | Remove more unnecessary checks on Zend's allocator functionsThomas Punt2017-03-161-3/+1
* | | Remove dead code related to error constantsAdam Baratz2017-03-011-14/+0
* | | Remove PHP5-specific codeAdam Baratz2017-03-011-10/+0
* | | Remove trailing whitespaceAdam Baratz2017-01-091-7/+7
* | | Explicitly allow NULL values for dblib compatibilityAdam Baratz2017-01-092-2/+23
* | | add nmakefile fragment for pdo parserAnatol Belski2017-01-042-0/+6
* | | Merge branch 'pull-request/2268'Joe Watkins2017-01-0410-10/+10
|\ \ \
| * | | Update copyright headers to 2017Sammy Kaye Powers2017-01-0210-10/+10
* | | | Merge branch 'PHP-7.1'Anatol Belski2017-01-031-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-031-1/+1
| |\ \ | | |/
| | * Fix PDO tests to match SQL standard syntax and pass Firebird tests.Dorin Marcoci2017-01-031-1/+1
* | | Use new param API in PDOSara Golemon2016-12-312-49/+67
* | | Add "Sent SQL" to debug dump for emulated preparesAdam Baratz2016-12-202-8/+83
* | | Remove PDOStatement::activeQueryString()Adam Baratz2016-12-202-86/+8
* | | Merge branch 'PHP-7.1'Anatol Belski2016-12-191-2/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-12-191-2/+6
| |\ \ | | |/
| | * Compatibility with Firebird & Oracle select syntax.Dorin Marcoci2016-12-191-2/+6
* | | Merge branch 'PHP-7.1'Adam Baratz2016-12-071-1/+1
|\ \ \ | |/ /
| * | Clean up tabs and whitespaceAdam Baratz2016-12-071-1/+1
* | | Remove more PHP 6 leftovers from testsNikita Popov2016-11-241-1/+1
* | | Merge branch 'PHP-7.1'Anatol Belski2016-11-221-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-221-1/+1
| |\ \ | | |/
| | * remove TSRMLS_*Anatol Belski2016-11-211-1/+1
* | | Revert "Remove PDOStatement::activeQueryString()"Adam Baratz2016-11-172-8/+86
* | | Remove PDOStatement::activeQueryString()Adam Baratz2016-11-162-86/+8
* | | Fix test for pdo_pgsqlAdam Baratz2016-11-161-8/+17
* | | Add PDOStatement::activeQueryString()Adam Baratz2016-11-152-8/+77