summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird
Commit message (Expand)AuthorAgeFilesLines
* MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable allJani Taskinen2008-07-251-4/+5
* blind fix for a segfault in ext/pdo_firebird/tests/bug_38253.phptAntony Dovgal2008-07-131-1/+1
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-12/+0
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-315-5/+5
* - Fixed bug #43246 (firebird: INSERT ... RETURNING ... throws exception)Lars Westermann2007-11-191-19/+11
* - Fixed bug (again) #43271 (pdo_firebird: closeCursor not implemented)Lars Westermann2007-11-161-1/+1
* - Fixed bug #43244 (firebird: closeCursor w/o returned data kills process)Lars Westermann2007-11-151-1/+1
* - Fixed bug #43296 (Feature req: pdo_firebird: ATTR_FETCH_TABLE_NAMES support)Lars Westermann2007-11-153-2/+24
* # Also nulling cursor_open when closing a named cursorLars Westermann2007-11-141-0/+1
* - Clearing cursor-name when closing it.Lars Westermann2007-11-141-0/+1
* - Fixed bug #43271 (pdo_firebird: closeCursor not implemented)Lars Westermann2007-11-142-5/+26
* # Removed dead codeLars Westermann2007-10-301-91/+22
* - Added 3 firebird specific attributes to firebird_handle_set_attribute()Lars Westermann2007-10-301-5/+47
* [DOC] Added 3 firebird specific attributes that can be set viaLars Westermann2007-10-301-0/+4
* - 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
* MFH: Fix some lib vs $PHP_LIBDIR issuesJani Taskinen2007-07-311-1/+1
* MFH: Fix some configure --help textsfoobar2007-07-031-1/+1
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-1/+1
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-9/+9
* strncpy() -> strlcpy()Ilia Alshanetsky2007-02-241-2/+1
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-16/+18
* MFHAntony Dovgal2007-01-181-2/+6
* %f -> %FIlia Alshanetsky2007-01-051-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-015-5/+5
* Fixed compiler warningsIlia Alshanetsky2006-11-161-0/+2
* Remove pecl includes (Steph), except pdo_odbc which will remain brokeEdin Kadribasic2006-05-111-1/+0
* set min pdo dep to 1.0.3, which will be the new pecl releaseWez Furlong2006-05-021-2/+2
* bump year and license versionfoobar2006-01-015-15/+15
* - MFH Fix testsMarcus Boerger2005-12-111-1/+1
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* switch to package2.xmlWez Furlong2005-12-042-57/+69
* update package.xml files and version numbers, in anticipation of a big bunch ...Wez Furlong2005-09-112-5/+5
* merge George's fixes back from HEADWez Furlong2005-09-111-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