Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 5 | -5/+5 |
| | |||||
* | - Fixed bug #63214 (Large PDO Firebird Queries) | Felipe Pena | 2012-10-12 | 1 | -1/+1 |
| | |||||
* | skip tests if ibase not present | Stanislav Malyshev | 2012-07-31 | 7 | -0/+7 |
| | |||||
* | fix gcov Warning: ibase_drop_db(): lock time-out on wait transaction object ↵ | Popa Adrian Marius | 2012-02-05 | 1 | -3/+2 |
| | | | | http://gcov.php.net/viewer.php?version=PHP_5_4&func=tests&file=ext%2Fpdo_firebird%2Ftests%2Fbug_53280.phpt | ||||
* | - Year++ | Felipe Pena | 2012-01-01 | 5 | -5/+5 |
| | |||||
* | Fixed PDO_Firebird: bug 53280 segfaults if query column count is less than ↵ | Popa Adrian Marius | 2011-12-28 | 1 | -0/+3 |
| | | | | param count | ||||
* | fix tablename in testcase test->testz | Popa Adrian Marius | 2011-12-28 | 1 | -3/+3 |
| | |||||
* | Added test case for PDO_Firebird: bug 53280 segfaults if query column count ↵ | Popa Adrian Marius | 2011-12-28 | 1 | -0/+63 |
| | | | | is less than param count | ||||
* | fix Bug #47415 PDO_Firebird segfaults when passing lowercased column name to ↵ | Popa Adrian Marius | 2011-12-28 | 1 | -0/+12 |
| | | | | bindColumn() | ||||
* | one more error to fix Table unknown TEST , it should be TESTZ | Popa Adrian Marius | 2011-12-28 | 1 | -1/+1 |
| | |||||
* | fix table name in testcase | Popa Adrian Marius | 2011-12-28 | 1 | -1/+1 |
| | |||||
* | added testcase for Bug 47415 | Popa Adrian Marius | 2011-12-28 | 1 | -0/+42 |
| | |||||
* | cleanup for bug 48877 test, add description | Popa Adrian Marius | 2011-12-28 | 1 | -2/+2 |
| | |||||
* | http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Fpdo_fir ↵ | Popa Adrian Marius | 2011-12-27 | 1 | -2/+4 |
| | | | | | | | ebird%2Ftests%2Fbug_43130.phpt fix failure for bug 43130 | ||||
* | added test for PDO_Firebird: bug 48877 | Popa Adrian Marius | 2011-12-27 | 1 | -0/+42 |
| | |||||
* | bug fixed #48877 - bindValue and bindParam do not work for PDO Firebird | Popa Adrian Marius | 2011-12-10 | 1 | -0/+1 |
| | |||||
* | fix warning Warning: ibase_drop_db(): lock time-out on wait transaction object | Popa Adrian Marius | 2011-09-12 | 1 | -0/+1 |
| | |||||
* | extension is not experimental anymore | Popa Adrian Marius | 2011-09-11 | 1 | -0/+0 |
| | | | | | | see the status http://www.gn0s1s.nl/?p=108 | ||||
* | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| | |||||
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | - Fixed two "jump or move depends on uninitialised value" | Felipe Pena | 2011-06-17 | 2 | -1/+2 |
| | |||||
* | Cache the PDO include path | Rasmus Lerdorf | 2011-05-15 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 5 | -5/+5 |
| | |||||
* | - Fixed bug #53335 (pdo_firebird did not implement rowCount()) | Felipe Pena | 2010-11-18 | 2 | -0/+81 |
| | | | | | patch by: preeves at ibphoenix dot com | ||||
* | - Fixed bug #53323 (pdo_firebird getAttribute() crash) | Felipe Pena | 2010-11-16 | 1 | -1/+5 |
| | | | | | patch by: preeves at ibphoenix dot com | ||||
* | - allow firebird header to be in the normal deps directory and restore ↵ | Pierre Joye | 2010-11-14 | 1 | -1/+3 |
| | | | | firebird support on win (5.3.4+) | ||||
* | 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 | 5 | -5/+5 |
| | |||||
* | Revert attempt at supporting both autoconf 2.13 and | Rasmus Lerdorf | 2009-11-29 | 1 | -1/+1 |
| | | | | | | | | | | | modern versions in the same build chain. There are simply too many broken things in 2.13 to make it work. Cache handling is broken as well which is why I need to revert the pdo_inc_path cache fix as well. trunk is now 2.60+ only and I'll work on cleaning out all the legacy cruft from there. | ||||
* | Someone strap down Jani and give him a sedative please. | Rasmus Lerdorf | 2009-11-25 | 1 | -1/+1 |
| | | | | | | This makes our toolchain work with the latest versions of autoconf and avoids a lot of end-user grief. | ||||
* | - Fixed bug #48057 (Only the date fields of the first row are fetched, ↵ | Felipe Pena | 2009-07-20 | 1 | -1/+2 |
| | | | | | | | others are empty) patch by: info at programmiernutte dot net | ||||
* | - Fixed bug #48980 (Crash when compiling with pdo_firebird) | Felipe Pena | 2009-07-19 | 1 | -0/+15 |
| | |||||
* | fix compilation of pdo_firebird and intl extension with ld --as-needed | Nuno Lopes | 2009-05-23 | 1 | -5/+7 |
| | |||||
* | - 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: Fix test | Felipe Pena | 2009-02-09 | 1 | -2/+2 |
| | |||||
* | - MFH: Fix mem. leak | Felipe Pena | 2009-02-09 | 1 | -0/+3 |
| | |||||
* | - MFH: Fixed test | Felipe Pena | 2009-02-09 | 1 | -5/+7 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 5 | -5/+5 |
| | |||||
* | MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable all | Jani Taskinen | 2008-07-25 | 1 | -4/+5 |
| | | | | | | MFH: enabled-by-default drivers. Also error out if you try to configure MFH: a driver as static but pdo is disabled. | ||||
* | blind fix for a segfault in ext/pdo_firebird/tests/bug_38253.phpt | Antony Dovgal | 2008-07-13 | 1 | -1/+1 |
| | |||||
* | remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -12/+0 |
| | | | | | #in preparation for the gcc 4 visibility patch | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 5 | -5/+5 |
| | |||||
* | - Fixed bug #43246 (firebird: INSERT ... RETURNING ... throws exception) | Lars Westermann | 2007-11-19 | 1 | -19/+11 |
| | | | | | | | #Reworked cursor_open/cursor_close #Only using isc_dsl_execute() (as in ext/interbase) Thanks to Hans-Peter Oeri for providing this patch | ||||
* | - Fixed bug (again) #43271 (pdo_firebird: closeCursor not implemented) | Lars Westermann | 2007-11-16 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #43244 (firebird: closeCursor w/o returned data kills process) | Lars Westermann | 2007-11-15 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #43296 (Feature req: pdo_firebird: ATTR_FETCH_TABLE_NAMES support) | Lars Westermann | 2007-11-15 | 3 | -2/+24 |
| | |||||
* | # Also nulling cursor_open when closing a named cursor | Lars Westermann | 2007-11-14 | 1 | -0/+1 |
| | |||||
* | - Clearing cursor-name when closing it. | Lars Westermann | 2007-11-14 | 1 | -0/+1 |
| |