summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird/firebird_driver.c
Commit message (Expand)AuthorAgeFilesLines
* bump yearXinchen Hui2015-01-151-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Popa Adrian Marius2014-04-281-4/+2
|\
| * Cleanup ZEND_MODULE_API_NO => 20050922Popa Adrian Marius2014-04-281-4/+2
| * Happy New Year~Xinchen Hui2013-01-011-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Fpdo_fire...Popa Adrian Marius2011-12-271-2/+4
| * bug fixed #48877 - bindValue and bindParam do not work for PDO FirebirdPopa Adrian Marius2011-12-101-0/+1
| * - Fixed two "jump or move depends on uninitialised value"Felipe Pena2011-06-171-0/+1
| * - Year++Felipe Pena2011-01-011-1/+1
| * - Fixed bug #53323 (pdo_firebird getAttribute() crash)Felipe Pena2010-11-161-1/+5
* | Cleanup $ is not needed for gitPopa Adrian Marius2014-04-101-2/+0
* | Fixes bug #66071: isc_interprete is unsafe and deprecated , it is replaced wi...Popa Adrian Marius2014-04-081-4/+4
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | - Fixed bug #63214 (Large PDO Firebird Queries)Felipe Pena2012-10-121-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Fpdo_fire...Popa Adrian Marius2011-12-271-2/+4
* | bug fixed #48877 - bindValue and bindParam do not work for PDO FirebirdPopa Adrian Marius2011-12-101-0/+1
* | - Fixed two "jump or move depends on uninitialised value"Felipe Pena2011-06-171-0/+1
* | - Year++Felipe Pena2011-01-011-1/+1
* | - Fixed bug #53323 (pdo_firebird getAttribute() crash)Felipe Pena2010-11-161-1/+5
|/
* Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)Ilia Alshanetsky2010-01-121-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - MFH: Fix buildFelipe Pena2009-04-181-1/+1
* Fixed compiler warningIlia Alshanetsky2009-04-161-0/+3
* - Fixed bug #47398 (PDO_Firebird doesn't implements quoter correctly)Felipe Pena2009-02-151-27/+27
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* blind fix for a segfault in ext/pdo_firebird/tests/bug_38253.phptAntony Dovgal2008-07-131-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* - Fixed bug #43296 (Feature req: pdo_firebird: ATTR_FETCH_TABLE_NAMES support)Lars Westermann2007-11-151-0/+5
* - Added 3 firebird specific attributes to firebird_handle_set_attribute()Lars Westermann2007-10-301-5/+47
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-1/+1
* MFHAntony Dovgal2007-01-181-2/+6
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed compiler warningsIlia Alshanetsky2006-11-161-0/+2
* bump year and license versionfoobar2006-01-011-3/+3
* merge George's fixes back from HEADWez Furlong2005-09-111-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* update for api changesWez Furlong2005-02-061-1/+1
* Eliminate unused parameter.Wez Furlong2005-01-211-1/+1
* let it compile againWez Furlong2005-01-191-1/+1
* Allow drivers to select bind emulation on a per statement basisWez Furlong2005-01-181-1/+1
* fix compile.Wez Furlong2005-01-131-1/+1
* half-update for sqlstate error codesWez Furlong2005-01-071-1/+5
* more method table adjustments.Wez Furlong2004-09-231-0/+1
* Return all results as strings until I can convince the other guys thatArd Biesheuvel2004-06-231-3/+4
* Refactored statement allocationArd Biesheuvel2004-06-151-60/+157
* GCC fixesArd Biesheuvel2004-06-121-14/+14
* Added client/server info attributesArd Biesheuvel2004-06-121-5/+63
* Folding markersArd Biesheuvel2004-06-121-14/+27