| Commit message (Expand) | Author | Age | Files | Lines |
* | fix ibase handle initialization, mostly compiler warnings | Anatol Belski | 2016-06-06 | 1 | -2/+2 |
* | Do not edit the value in place (might be relates to #71261) | Xinchen Hui | 2016-01-04 | 1 | -31/+40 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ |
|
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | size_t cleanup for PDO | Stanislav Malyshev | 2015-01-26 | 1 | -6/+6 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -68/+68 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -21/+21 |
* | | Removed ZEND_ENGINE_2 checks (and ZE1 code, it's been a decade!) | Andrea Faulds | 2014-12-05 | 1 | -3/+1 |
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -13/+13 |
* | | ported from pdo - pgsql, odbc, mysql, firebirt, dblib | Anatol Belski | 2014-08-19 | 1 | -9/+9 |
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -4/+4 |
* | | Refactored ext/pdo_firebird (didn't do test) | Xinchen Hui | 2014-05-21 | 1 | -8/+9 |
* | | Merge branch 'master' into refactoring2 | Dmitry Stogov | 2014-05-05 | 1 | -4/+2 |
|\ \
| |/ |
|
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Popa Adrian Marius | 2014-04-28 | 1 | -4/+2 |
| |\ |
|
| | * | Cleanup ZEND_MODULE_API_NO => 20050922 | Popa Adrian Marius | 2014-04-28 | 1 | -4/+2 |
| | * | Happy New Year~ | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | * | http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Fpdo_fire... | Popa Adrian Marius | 2011-12-27 | 1 | -2/+4 |
| | * | bug fixed #48877 - bindValue and bindParam do not work for PDO Firebird | Popa Adrian Marius | 2011-12-10 | 1 | -0/+1 |
| | * | - Fixed two "jump or move depends on uninitialised value" | Felipe Pena | 2011-06-17 | 1 | -0/+1 |
| | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | * | - Fixed bug #53323 (pdo_firebird getAttribute() crash) | Felipe Pena | 2010-11-16 | 1 | -1/+5 |
* | | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -6/+4 |
|\ \ \
| |/ / |
|
| * | | Cleanup $ is not needed for git | Popa Adrian Marius | 2014-04-10 | 1 | -2/+0 |
| * | | Fixes bug #66071: isc_interprete is unsafe and deprecated , it is replaced wi... | Popa Adrian Marius | 2014-04-08 | 1 | -4/+4 |
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -2/+2 |
* | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
|/ / |
|
* | | - Fixed bug #63214 (Large PDO Firebird Queries) | Felipe Pena | 2012-10-12 | 1 | -1/+1 |
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | | http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Fpdo_fire... | Popa Adrian Marius | 2011-12-27 | 1 | -2/+4 |
* | | bug fixed #48877 - bindValue and bindParam do not work for PDO Firebird | Popa Adrian Marius | 2011-12-10 | 1 | -0/+1 |
* | | - Fixed two "jump or move depends on uninitialised value" | Felipe Pena | 2011-06-17 | 1 | -0/+1 |
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | | - Fixed bug #53323 (pdo_firebird getAttribute() crash) | Felipe Pena | 2010-11-16 | 1 | -1/+5 |
|/ |
|
* | Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0) | Ilia Alshanetsky | 2010-01-12 | 1 | -1/+1 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | - MFH: Fix build | Felipe Pena | 2009-04-18 | 1 | -1/+1 |
* | Fixed compiler warning | Ilia Alshanetsky | 2009-04-16 | 1 | -0/+3 |
* | - Fixed bug #47398 (PDO_Firebird doesn't implements quoter correctly) | Felipe Pena | 2009-02-15 | 1 | -27/+27 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | blind fix for a segfault in ext/pdo_firebird/tests/bug_38253.phpt | Antony Dovgal | 2008-07-13 | 1 | -1/+1 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | - Fixed bug #43296 (Feature req: pdo_firebird: ATTR_FETCH_TABLE_NAMES support) | Lars Westermann | 2007-11-15 | 1 | -0/+5 |
* | - Added 3 firebird specific attributes to firebird_handle_set_attribute() | Lars Westermann | 2007-10-30 | 1 | -5/+47 |