summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird
Commit message (Expand)AuthorAgeFilesLines
* Request #77863: PDO firebird support type Boolean in input parametersSimonov Denis2019-09-102-11/+200
* Fix double free of DSN credentialsNikita Popov2019-09-091-2/+2
* PDO: support username & password specified in DSNSjon Hortensius2019-07-021-2/+12
* Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-6/+6
* Allow exceptions in __toString()Nikita Popov2019-06-052-1/+12
* Re-add common PDO tests to Firebird test suiteChristoph M. Becker2019-05-043-18/+37
* Fix memory leak exhibited by bug_aaa.phptChristoph M. Becker2019-05-041-0/+3
* PDO_Firebird test update, round 2Kalle Sommer Nielsen2019-05-0218-23/+46
* Rewrite PDO_Firebird tests to not depend on ext/interbaseKalle Sommer Nielsen2019-05-0219-162/+84
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-3/+5
* Remove local variablesPeter Kokot2019-02-036-46/+1
* Remove yearly range from copyright noticeZeev Suraski2019-01-305-5/+5
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-156-6/+5
* Trim trailing whitespace in testsGabriel Caruso2018-10-146-19/+19
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* Trim trailing whitespaces in build filesPeter Kokot2018-07-291-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-256-6/+6
* Give a reason why the test was skippedGabriel Caruso2018-07-221-1/+2
* Merge branch 'PHP-7.2'Anatol Belski2018-07-062-1/+33
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-07-062-1/+33
| |\
| | * Fix bug #76488 Memory leak when fetching a BLOB fieldsim19842018-07-062-1/+33
| | * year++Xinchen Hui2018-01-025-5/+5
| * | year++Xinchen Hui2018-01-025-5/+5
* | | 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-032-1/+38
* | | 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
* | | Remove trailing whitespace in inc filesGabriel Caruso2018-02-102-2/+2
* | | Trailing whitespaces on ext/*Gabriel Caruso2018-01-041-1/+1
* | | Trailing whitespacesGabriel Caruso2018-01-031-2/+2
* | | year++Xinchen Hui2018-01-025-5/+5
* | | Turn "pdo_stmt_methods" into constants.Dmitry Stogov2017-12-142-2/+2
* | | Move constants into read-only data segmentDmitry Stogov2017-12-143-4/+4
* | | Cleanup type conversionDmitry Stogov2017-12-071-4/+3
* | | Get rid of all these old package[2].xml files, most of these had no had a rel...Kalle Sommer Nielsen2017-08-171-68/+0
* | | Free the HMODULE handle after useKalle Sommer Nielsen2017-07-211-0/+3
|/ /
* | Remove dead code related to error constantsAdam Baratz2017-03-011-47/+0
|/
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-063-7/+52
|\
| * Return integer field types as native integers instead of stringsDorin Marcoci2017-01-063-7/+52
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-045-5/+5
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-045-5/+5
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-031-2/+2
|\ \ | |/
| * Fix PDO tests to match SQL standard syntax and pass Firebird tests.Dorin Marcoci2017-01-031-2/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2016-12-251-2/+10
|\ \ | |/
| * Fixes #65689. PDO_Firebrid / exec() does not free allocated statement.Dorin Marcoci2016-12-251-2/+10
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-12-182-2/+21
|\ \ | |/
| * Cursor is not opened on singleton selects.Dorin Marcoci2016-12-182-2/+21
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-12-081-0/+6
|\ \ | |/