summaryrefslogtreecommitdiff
path: root/ext/pdo_dblib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use TDS version attribute to determine whether to skip testsAdam Baratz2017-11-103-18/+4
* Expose TDS version as \PDO::DBLIB_ATTR_TDS_VERSION attribute on \PDO instancefandrieu2017-11-104-0/+90
* Fix comment styleAdam Baratz2017-11-101-2/+3
* More robust handling of stringified column dataAdam Baratz2017-11-102-19/+50
* Output column data for easier debuggingAdam Baratz2017-11-081-31/+31
* Fix #74243: allow locales.conf to drive datetime formatfandrieu2017-10-315-27/+100
* Use size_t instead of int, use more specific format stringAdam Baratz2017-10-311-2/+2
* Implemented request #69592: allow 0-column rowsets to be skipped automaticallyfandrieu2017-10-175-3/+84
* Get rid of all these old package[2].xml files, most of these had no had a rel...Kalle Sommer Nielsen2017-08-171-76/+0
* remove checks for eol dependenciesAnatol Belski2017-07-101-32/+1
* Add PDO parameter types for national character set stringsAdam Baratz2017-03-204-3/+83
* Style cleanupAdam Baratz2017-03-201-5/+4
* Add test coverage for bug #72969Adam Baratz2017-01-277-0/+571
* Expose DB-Library version as \PDO::DBLIB_ATTR_VERSION attribute on \PDO instanceAdam Baratz2017-01-274-0/+23
* style cleanupAdam Baratz2017-01-271-8/+11
* Update copyright headers to 2017Sammy Kaye Powers2017-01-025-5/+5
* Add "Sent SQL" to debug dump for emulated preparesAdam Baratz2016-12-201-0/+5
* Remove PDOStatement::activeQueryString()Adam Baratz2016-12-201-5/+0
* Merge branch 'PHP-7.1'Adam Baratz2016-12-075-13/+3
|\
| * Remove noop param hookAdam Baratz2016-12-071-7/+1