summaryrefslogtreecommitdiff
path: root/ext/odbc
Commit message (Expand)AuthorAgeFilesLines
* Fix format specifierChristoph M. Becker2020-10-291-1/+1
* Fix #44618: Fetching may rely on uninitialized dataChristoph M. Becker2020-10-292-4/+84
* Fix #46050: odbc_next_result corrupts prepared resourceChristoph M. Becker2020-10-052-0/+28
* Fix #80152: odbc_execute() moves internal pointer of $paramsChristoph M. Becker2020-09-292-1/+27
* Fix #80150: Failure to fetch error messageChristoph M. Becker2020-09-291-11/+11
* Fix #80147: BINARY strings may not be properly zero-terminatedChristoph M. Becker2020-09-252-0/+28
* Use proper skipif sectionChristoph M. Becker2020-09-241-3/+1
* Fix #78470: odbc_specialcolumns() no longer accepts $nullableChristoph M. Becker2020-09-242-1/+16
* Fixed possible usage of uninitialized valueDmitry Stogov2020-05-271-0/+6
* Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-08-282-1/+18
|\
| * Fix #78473: odbc_close() closes arbitrary resourcesChristoph M. Becker2019-08-282-1/+18
* | Merge branch 'PHP-7.2' into PHP-7.3Peter Kokot2018-10-301-2/+2
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Peter Kokot2018-10-301-2/+2
| |\
| | * fix bug #77079Jon Allen2018-10-301-2/+2
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-143-3/+3
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-132-190/+190
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-143-3/+3
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| * | Trim trailing whitespace in source code filesPeter Kokot2018-10-132-190/+190
* | | Trim trailing whitespace in *.phptPeter Kokot2018-10-143-3/+3
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* | | Trim trailing whitespaces in build filesPeter Kokot2018-07-291-9/+9
* | | Remove unused Git attributes identPeter Kokot2018-07-255-10/+1
* | | Give a reason why the test was skippedGabriel Caruso2018-07-221-1/+1
* | | Use variables that already received ZEND_NUM_ARGS()Gabriel Caruso2018-07-221-4/+2
* | | Remove some old occurrences of configure.inPeter Kokot2018-06-041-1/+1
* | | Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-011-6/+2
* | | Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-3/+3
* | | Remove, or fix, unused variablesGabriel Caruso2018-03-271-3/+0
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-1/+1
* | | Fix: follow the indent of the other configure optionsTom Van Looy2018-02-151-3/+2
* | | Fix some misspellingsGabriel Caruso2018-02-061-1/+1
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-042-3/+3
* | | Merge branch 'PHP-7.2'Anatol Belski2018-01-222-0/+62
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-222-0/+62
| |\ \ | | |/
| | * Fixed bug #73725 Unable to retrieve value of varchar(max) typeAnatol Belski2018-01-222-0/+62
| | * year++Xinchen Hui2018-01-025-5/+5
| * | year++Xinchen Hui2018-01-025-5/+5
* | | Trailing whitespacesGabriel Caruso2018-01-031-178/+178
* | | year++Xinchen Hui2018-01-023-3/+3
* | | Tell the diff by returning NULL, if system has no ODBC data sourcesAnatol Belski2017-12-202-2/+11
* | | Merge branch 'PHP-7.2'Anatol Belski2017-12-201-6/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-201-6/+4
| |\ \ | | |/
| | * Templatize driver name in the expected stringAnatol Belski2017-12-201-6/+4
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-045-5/+5
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Persistent resources are "thread-local".Dmitry Stogov2017-11-011-7/+1
* | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
* | | ODBC Solid is not supported in our build system on Windows, so remove this #i...Kalle Sommer Nielsen2017-07-281-3/+1