| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
|\ |
|
| * | Fixed bug #63236 (Executable permission on various source files) | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| * | Fixed bug #51943 (Several files are out of ANSI spec) | Kalle Sommer Nielsen | 2010-07-13 | 1 | -2/+2 |
| * | Removed the in_transaction handler for 5.3 to avoid BC break due to structure... | Ilia Alshanetsky | 2010-06-15 | 1 | -1/+0 |
| * | Added inTransaction() method to PDO, with specialized support for Postgres | Ilia Alshanetsky | 2010-06-10 | 1 | -0/+1 |
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | | Fixed bug #51943 (Several files are out of ANSI spec) | Kalle Sommer Nielsen | 2010-07-13 | 1 | -2/+2 |
* | | Added inTransaction() method to PDO, with specialized support for Postgres | Ilia Alshanetsky | 2010-06-10 | 1 | -0/+1 |
* | | Fixed PDO objects binary incompatibility | Dmitry Stogov | 2010-05-06 | 1 | -8/+2 |
|/ |
|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499, | Johannes Schlüter | 2008-07-21 | 1 | -2/+7 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | MFH:- Fixed bug #43365 (Several enums have trailing commas) | Jani Taskinen | 2007-11-26 | 1 | -1/+1 |
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
* | MFH: sync | Jani Taskinen | 2007-07-23 | 1 | -2/+2 |
* | [DOC] Added PDO::FETCH_KEY_PAIR mode that will fetch a 2 column result set | Ilia Alshanetsky | 2007-05-16 | 1 | -0/+1 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | MFH | Antony Dovgal | 2006-09-28 | 1 | -1/+1 |
* | MFH | Antony Dovgal | 2006-09-28 | 1 | -1/+1 |
* | - MFH | Marcus Boerger | 2006-05-11 | 1 | -3/+10 |
* | Add "ATTR_EMULATE_PREPARES" general attribute to replace the custom | Wez Furlong | 2006-04-09 | 1 | -1/+2 |
* | The fix for #35332 caused #35671 (and thus PECL #6504). | Wez Furlong | 2006-03-27 | 1 | -2/+3 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
* | API for connection dependent objects to add/del refs to dbh's. | Wez Furlong | 2005-11-28 | 1 | -1/+4 |
* | improve test portability. | Wez Furlong | 2005-10-31 | 1 | -1/+5 |
* | MFH: commit forgotten part | Antony Dovgal | 2005-10-27 | 1 | -0/+10 |
* | use correct enum type for the arg | Antony Dovgal | 2005-10-25 | 1 | -1/+1 |
* | Fix Bug #34687; error information from query() not passed back | Wez Furlong | 2005-10-02 | 1 | -2/+8 |
* | - Add PDO::setAttribute(PDO::ATTR_STATEMENT_CLASS) | Marcus Boerger | 2005-10-02 | 1 | -0/+4 |
* | Declare functions used by driver as PDO_API in php_pdo_driver.h | Edin Kadribasic | 2005-09-24 | 1 | -0/+3 |
* | Proper handling for databases that need to pre-calculate length of large | Ilia Alshanetsky | 2005-07-20 | 1 | -0/+1 |
* | expand oracle null handling compatability by offering the ability to convert | Wez Furlong | 2005-07-12 | 1 | -4/+11 |
* | Added: | Wez Furlong | 2005-07-09 | 1 | -1/+8 |
* | Fix Bug #33111 | Wez Furlong | 2005-07-08 | 1 | -3/+3 |
* | add a bit of a hack to cater for pgsql prepared statements. | Wez Furlong | 2005-07-08 | 1 | -0/+4 |
* | Add a PDO_ATTR_STRINGIFY_FETCHES attribute, which is used to convert integer or | Wez Furlong | 2005-07-08 | 1 | -2/+6 |
* | add an attribute for returning the driver name | Wez Furlong | 2005-07-07 | 1 | -1/+4 |
* | Add PDO_FETCH_NAMED; closes PECL #4641 by providing a way to access columns | Wez Furlong | 2005-07-03 | 1 | -19/+4 |
* | Fix a dumb bug that would effecively ignore persistent connections and create a | Wez Furlong | 2005-06-10 | 1 | -2/+8 |
* | Various compiler warning fixes. | Ilia Alshanetsky | 2005-05-18 | 1 | -5/+5 |
* | - Reserve some bits for flags | Marcus Boerger | 2005-02-28 | 1 | -3/+4 |
* | - Add some fetch column related capailities | Marcus Boerger | 2005-02-27 | 1 | -1/+2 |
* | Alan: moved your fields away, but reserved you a pointer. | Wez Furlong | 2005-02-26 | 1 | -7/+15 |