summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-315-5/+5
* - Fix PDO configure dependancy: If --disable-pdo is used, disable all enabled...Jani Taskinen2008-07-251-4/+5
* MFB: remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-12/+0
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-315-5/+5
* - Added 3 firebird specific attributes to firebird_handle_set_attribute()Lars Westermann2007-10-301-5/+47
* # Removed dead codeLars Westermann2007-10-301-98/+30
* [DOC] Added 3 firebird specific attributes that can be set viaLars Westermann2007-10-301-1/+5
* - Added default timestamp format definitions (ISO 8601) (related to bug #3612...Lars Westermann2007-10-301-0/+15
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* - Fix some lib vs. $PHP_LIBDIR issues.Jani Taskinen2007-07-311-1/+1
* - Fix some configure --help textsfoobar2007-07-031-1/+1
* MFBIlia Alshanetsky2007-05-281-2/+1
* - avoid sprintfMarcus Boerger2007-02-241-16/+18
* use snprintf()Antony Dovgal2007-01-181-2/+6
* Bump year.Sebastian Bergmann2007-01-015-5/+5
* MFB: fixed compiler warningsIlia Alshanetsky2006-11-161-0/+2
* MFB: Remove pecl includes (Steph), except pdo_odbc which will remain brokeEdin Kadribasic2006-05-111-1/+0
* bump year and license versionfoobar2006-01-015-15/+15
* - Fix testsMarcus Boerger2005-12-111-1/+1
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* this is the number of params, not the top indexGeorge Schlossnagle2005-08-301-1/+1
* - Bumber up yearfoobar2005-08-035-5/+5
* use new testsWez Furlong2005-07-0721-1161/+27
* - Added PHP_CHECK_PDO_INCLUDES macro (caches the result)foobar2005-06-141-12/+2
* - Unify the "configure --help" textsfoobar2005-05-291-2/+2
* No c++ comments in C codefoobar2005-04-191-2/+2
* Add tests for firebird.Magnus M��tt�2005-03-1020-0/+1161
* If pdo is disabled, skip all the pdo extensions.Rasmus Lerdorf2005-02-281-0/+4
* Added search for libfbclientArd Biesheuvel2005-02-231-5/+12
* Fixed PECL bug #3527: Missing quotation marks in php_pdo_firebird_int.hArd Biesheuvel2005-02-211-1/+1
* symlinked pdo drivers under ext.Wez Furlong2005-02-171-7/+10
* hope it works!Wez Furlong2005-02-091-1/+3
* prep for possible releaseWez Furlong2005-02-092-7/+7
* updateWez Furlong2005-02-071-1/+1
* hmmmWez Furlong2005-02-061-1/+6
* update for api changesWez Furlong2005-02-062-2/+2
* Eliminate unused parameter.Wez Furlong2005-01-211-1/+1
* let it compile againWez Furlong2005-01-192-7/+7
* Allow drivers to select bind emulation on a per statement basisWez Furlong2005-01-181-1/+1
* fix compile.Wez Furlong2005-01-131-1/+1
* stub out scrollable cursors here tooWez Furlong2005-01-121-1/+2
* half-update for sqlstate error codesWez Furlong2005-01-071-1/+5
* more method table adjustments.Wez Furlong2004-09-231-0/+1
* Changed name to all capsArd Biesheuvel2004-06-231-3/+3
* Return all results as strings until I can convince the other guys thatArd Biesheuvel2004-06-236-31/+67
* Refactored statement allocationArd Biesheuvel2004-06-153-64/+198
* Added support for fetching and binding to blob fieldsArd Biesheuvel2004-06-141-0/+130
* Release isc statement handle when dtor is calledArd Biesheuvel2004-06-131-26/+37
* GCC fixesArd Biesheuvel2004-06-124-17/+30
* Added client/server info attributesArd Biesheuvel2004-06-124-8/+76