| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Follow up #77849 PDOStatement objects in undefined state after clone | Joe Watkins | 2019-04-06 | 2 | -17/+19 |
| * | Fix bug #77849 Disable cloning of PDO handle/connection objects to avoid segf... | Cameron Porter | 2019-04-06 | 2 | -0/+24 |
| * | Fixed bug #77273 | Nikita Popov | 2019-01-03 | 1 | -1/+2 |
| * | Check column number before trying to fetch the value | Sergei Morozov | 2018-11-26 | 2 | -0/+52 |
| * | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 6 | -6/+2 |
| * | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 26 | -75/+75 |
| * | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 6 | -8/+0 |
| * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 2 | -2/+2 |
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-05-21 | 1 | -1/+6 |
| |\ | |||||
| | * | Allow pecl like usage in ext/pdo, refs #2955 | Tianon Gravi | 2018-05-21 | 1 | -1/+6 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-01-02 | 1 | -0/+1 |
| |\ \ | |/ | |||||
| | * | Skip test for pdo_odbc | Anatol Belski | 2018-01-02 | 1 | -0/+1 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-01-02 | 1 | -0/+3 |
| |\ \ | |/ | |||||
| | * | Fix test for pdo_odbc | Anatol Belski | 2018-01-02 | 1 | -0/+3 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-01-02 | 1 | -119/+120 |
| |\ \ | |/ | |||||
| | * | regenerated with newer re2c | Xinchen Hui | 2018-01-02 | 1 | -119/+120 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 10 | -10/+10 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 10 | -10/+10 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-12-22 | 1 | -0/+1 |
| |\ \ | |/ | |||||
| | * | pdo_odbc has no driver API for quoting, skip the test | Anatol Belski | 2017-12-22 | 1 | -0/+1 |
| * | | Fixed bug #75616 | Jaromír Doleček | 2017-12-17 | 1 | -14/+0 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2017-10-16 | 1 | -1/+3 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2017-10-16 | 1 | -1/+3 |
| | |\ | |||||
| | | * | Prevent crash on ext/pdo_mysql/tests/bug_39858.phpt when built with libmysql | Dmitry Stogov | 2017-10-16 | 1 | -1/+3 |
| * | | | Apply fix for #69356 to "Sent SQL" | Adam Baratz | 2017-06-29 | 1 | -3/+4 |
| * | | | Merge branch 'PHP-7.1' | Adam Baratz | 2017-06-29 | 2 | -3/+44 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Adam Baratz | 2017-06-29 | 2 | -3/+44 |
| | |\ \ | | |/ | |||||
| | | * | Fixed #69356: PDOStatement::debugDumpParams() truncates query | Adam Baratz | 2017-06-29 | 2 | -3/+44 |
| | | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 10 | -10/+10 |
| | * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 10 | -10/+10 |
| * | | | Remove superfluous semicolons | Tom Van Looy | 2017-06-26 | 1 | -1/+1 |
| * | | | Avoid useless dereferences and separations during paramter passing. | Dmitry Stogov | 2017-06-19 | 2 | -4/+4 |
| * | | | Add PDO parameter types for national character set strings | Adam Baratz | 2017-03-20 | 2 | -2/+15 |
| * | | | Remove more unnecessary checks on Zend's allocator functions | Thomas Punt | 2017-03-16 | 1 | -3/+1 |
| * | | | Remove dead code related to error constants | Adam Baratz | 2017-03-01 | 1 | -14/+0 |
| * | | | Remove PHP5-specific code | Adam Baratz | 2017-03-01 | 1 | -10/+0 |
| * | | | Remove trailing whitespace | Adam Baratz | 2017-01-09 | 1 | -7/+7 |
| * | | | Explicitly allow NULL values for dblib compatibility | Adam Baratz | 2017-01-09 | 2 | -2/+23 |
| * | | | add nmakefile fragment for pdo parser | Anatol Belski | 2017-01-04 | 2 | -0/+6 |
| * | | | Merge branch 'pull-request/2268' | Joe Watkins | 2017-01-04 | 10 | -10/+10 |
| |\ \ \ | |||||
| | * | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 10 | -10/+10 |
| * | | | | Merge branch 'PHP-7.1' | Anatol Belski | 2017-01-03 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-01-03 | 1 | -1/+1 |
| | |\ \ | | |/ | |||||
| | | * | Fix PDO tests to match SQL standard syntax and pass Firebird tests. | Dorin Marcoci | 2017-01-03 | 1 | -1/+1 |
| * | | | Use new param API in PDO | Sara Golemon | 2016-12-31 | 2 | -49/+67 |
| * | | | Add "Sent SQL" to debug dump for emulated prepares | Adam Baratz | 2016-12-20 | 2 | -8/+83 |
| * | | | Remove PDOStatement::activeQueryString() | Adam Baratz | 2016-12-20 | 2 | -86/+8 |
| * | | | Merge branch 'PHP-7.1' | Anatol Belski | 2016-12-19 | 1 | -2/+6 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-12-19 | 1 | -2/+6 |
| | |\ \ | | |/ | |||||
| | | * | Compatibility with Firebird & Oracle select syntax. | Dorin Marcoci | 2016-12-19 | 1 | -2/+6 |
