summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird/firebird_driver.c
Commit message (Expand)AuthorAgeFilesLines
* Remove inappropriate FreeLibrary callsAnatol Belski2018-06-111-3/+0
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-3/+3
* year++Xinchen Hui2018-01-021-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-2/+2
* Free the HMODULE handle after useKalle Sommer Nielsen2017-07-211-0/+3
* Remove dead code related to error constantsAdam Baratz2017-03-011-47/+0
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Fixes #65689. PDO_Firebrid / exec() does not free allocated statement.Dorin Marcoci2016-12-251-2/+10
* fix ibase handle initialization, mostly compiler warningsAnatol Belski2016-06-061-2/+2
* Do not edit the value in place (might be relates to #71261)Xinchen Hui2016-01-041-31/+40
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | size_t cleanup for PDOStanislav Malyshev2015-01-261-6/+6
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-68/+68
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-21/+21
* | Removed ZEND_ENGINE_2 checks (and ZE1 code, it's been a decade!)Andrea Faulds2014-12-051-3/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 1Anatol Belski2014-08-251-13/+13
* | ported from pdo - pgsql, odbc, mysql, firebirt, dblibAnatol Belski2014-08-191-9/+9
* | basic macro replacements, all at onceAnatol Belski2014-08-191-4/+4
* | Refactored ext/pdo_firebird (didn't do test)Xinchen Hui2014-05-211-8/+9
* | Merge branch 'master' into refactoring2Dmitry Stogov2014-05-051-4/+2
|\ \ | |/
| * 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
* | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-6/+4
|\ \ \ | |/ /
| * | 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
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+2
* | | 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