summaryrefslogtreecommitdiff
path: root/ext/pdo_dblib
Commit message (Expand)AuthorAgeFilesLines
* Add API to fetch bool value for PDO attribute valuesGeorge Peter Banyard2021-03-171-1/+5
* Use standard PDO way for fetching integer attribute valuesGeorge Peter Banyard2021-03-171-4/+17
* Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-111-1/+3
* Refactor PDO's last inserted ID handler to use and return zend_stringGeorge Peter Banyard2021-01-191-4/+8
* Refactor PDO doer handler to use zend_stringGeorge Peter Banyard2021-01-191-2/+2
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
* Remove flakiness from testsAdam Baratz2021-01-132-9/+1
* Add MSSQL setup to Azure Pipelines buildAdam Baratz2021-01-114-3/+14
* Refactor PDO's quoter handler to return a zend_stringGeorge Peter Banyard2021-01-071-16/+16
* Voidify PDO's fetch_error handlerGeorge Peter Banyard2021-01-061-4/+2
* Boolify PDO's preparer handlerGeorge Peter Banyard2021-01-061-2/+2
* Voidify PDO's closer handlerGeorge Peter Banyard2021-01-061-2/+1
* Boolify PDO's quoter handlerGeorge Peter Banyard2021-01-061-2/+2
* Boolify PDO's set_attribute driver functionGeorge Peter Banyard2021-01-061-7/+7
* Boolify PDO's transaction handlersGeorge Peter Banyard2021-01-061-8/+8
* Rewrite PDO result bindingNikita Popov2020-12-221-57/+12
* PDO: Store/pass query_string as zend_stringNikita Popov2020-12-142-3/+3
* Fix MHANDLEFUNC signatureNikita Popov2020-12-142-2/+2
* Allow building dblib with machine-dependent libdirNikita Popov2020-12-141-26/+16
* Add GC support for PDO driver dataNikita Popov2020-10-121-1/+2
* Get rid of empty function entriesMáté Kocsis2020-08-011-5/+1
* Fix [-Wundef] warning in PDO DBLib extensionGeorge Peter Banyard2020-05-205-11/+11
* Skip test if bigint type is unsupported by active TDS versionAdam Baratz2020-05-081-0/+1
* Set non-default error mode to maintain expected behaviorAdam Baratz2020-05-081-2/+4
* Update FreeTDS version detection related to bug #72969Adam Baratz2020-05-081-13/+3
* Reindent phpt filesNikita Popov2020-02-034-65/+65
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-255-10/+0
* Fix typoNikita Popov2019-09-091-1/+1
* Fix double free of DSN credentialsNikita Popov2019-09-091-2/+2
* Remove some unused HAVE_* symbolsPeter Kokot2019-07-211-5/+3
* Remove conditional calls of always available macrosPeter Kokot2019-07-141-4/+1
* Simplify PHP_CHECK_PDO_INCLUDES callsPeter Kokot2019-07-081-16/+1
* PDO: support username & password specified in DSNSjon Hortensius2019-07-021-0/+10
* Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* Remove extension readmesPeter Kokot2019-03-191-23/+0
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1519-38/+38
* Switch to use ZTS cacheDmitry Stogov2019-03-124-6/+13
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-2/+4
* Remove local variablesPeter Kokot2019-02-031-1/+1
* Remove yearly range from copyright noticeZeev Suraski2019-01-305-5/+5
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-151-1/+0
* Trim trailing whitespace in testsGabriel Caruso2018-10-141-1/+1
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* Change some permissions from 755 to 644Peter Kokot2018-08-281-0/+0
* Trim trailing whitespaces in build filesPeter Kokot2018-07-291-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-257-14/+1
* 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
* Treat DATETIME2 columns like DATETIMEfandrieu2017-11-103-0/+45