summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird/firebird_statement.c
Commit message (Expand)AuthorAgeFilesLines
* Initalize return_value before useChristoph M. Becker2021-03-171-0/+1
* Rewrite PDO result bindingNikita Popov2020-12-221-110/+56
* PDO Firebird: Fix uninitialized var warningNikita Popov2020-12-211-0/+2
* Merge branch 'PHP-7.4'Nikita Popov2020-02-031-2/+2
|\
| * Apply tidy formattingNikita Popov2020-02-031-2/+2
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-10-281-1/+3
|\ \ | |/
| * Add support for Interbase 1 dialectSimonov Denis2019-10-281-1/+3
* | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/
* Request #77863: PDO firebird support type Boolean in input parametersSimonov Denis2019-09-101-11/+65
* Allow exceptions in __toString()Nikita Popov2019-06-051-1/+3
* Fix memory leak exhibited by bug_aaa.phptChristoph M. Becker2019-05-041-0/+3
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Merge branch 'PHP-7.2'Anatol Belski2018-07-061-1/+1
|\
| * Fix bug #76488 Memory leak when fetching a BLOB fieldsim19842018-07-061-1/+1
| * year++Xinchen Hui2018-01-021-1/+1
* | Replace zval_dtor() with specialized destructorsDmitry Stogov2018-07-051-1/+1
* | Remove BOMAnatol Belski2018-07-031-1/+1
* | Fix compilation with Firebird < 3Anatol Belski2018-07-031-0/+4
* | Boolean data type support, added in Firebird 3. Fixes #74462.Dorin Marcoci2018-07-031-1/+9
* | Trailing whitespacesGabriel Caruso2018-01-031-2/+2
* | year++Xinchen Hui2018-01-021-1/+1
* | Turn "pdo_stmt_methods" into constants.Dmitry Stogov2017-12-141-1/+1
* | Cleanup type conversionDmitry Stogov2017-12-071-4/+3
|/
* Return integer field types as native integers instead of stringsDorin Marcoci2017-01-061-5/+29
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Cursor is not opened on singleton selects.Dorin Marcoci2016-12-181-2/+2
* Fixed bug #72931 PDO_FIREBIRD with Firebird 3.0 not work on returning statementDorin Marcoci2016-12-071-9/+20
* Fix blob parameters binding. Fixes: #73087, #61183, #71494Dorin Marcoci2016-11-051-7/+23
* fix ibase handle initialization, mostly compiler warningsAnatol Belski2016-06-061-2/+2
* 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
* | Merge branch 'PHP-5.6' into PHP-7.0Popa Adrian Marius2015-12-031-1/+1
|\ \ | |/
| * Use LL_MASK for SQL_INT64 data formattingPopa Adrian Marius2015-12-031-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Popa Adrian Marius2015-12-031-2/+2
|\ \ | |/
| * Fix Bug #60052 Integer returned as a 64bit integer on X64_86 for pdo_firebirdPopa Adrian Marius2015-12-031-2/+2
| * bump yearXinchen Hui2015-01-151-1/+1
* | use Z* macro nameAnatol Belski2015-11-051-1/+1
* | fix NULL deref in pdo_firebirdAnatol Belski2015-11-051-2/+3
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-6/+6
* | Use zend_string to represent pdo_column_data.name and avoid duplication.Dmitry Stogov2015-05-051-2/+2
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-58/+58
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-16/+16
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 1Anatol Belski2014-08-251-18/+18
* | ported from pdo - pgsql, odbc, mysql, firebirt, dblibAnatol Belski2014-08-191-12/+12
* | basic macro replacements, all at onceAnatol Belski2014-08-191-7/+7
* | Fixed pdo_firebird tests failuresDmitry Stogov2014-08-111-1/+16
* | Refactored ext/pdo_firebird (didn't do test)Xinchen Hui2014-05-211-32/+41
|/