summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-08-281-1/+4
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-08-281-1/+4
| |\
| | * Fix #78473: odbc_close() closes arbitrary resourcesChristoph M. Becker2019-08-281-1/+4
* | | Allow exceptions in __toString()Nikita Popov2019-06-051-3/+1
* | | Remove unused variablePeter Kokot2019-05-121-2/+1
* | | Use PKG_CHECK_MODULES to detect the iODBC libraryHugh McMaster2019-05-121-1/+1
* | | Properly initialize out parameterChristoph M. Becker2019-04-291-0/+1
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Implement typed propertiesNikita Popov2019-01-111-4/+5
* | | Merge branch 'PHP-7.3'Peter Kokot2018-10-301-2/+2
|\ \ \ | |/ /
| * | 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 source code filesPeter Kokot2018-10-131-179/+179
| | * | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-179/+179
* | | | Fix some misspellingsGabriel Caruso2018-08-121-3/+3
|/ / /
* | | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | | Use variables that already received ZEND_NUM_ARGS()Gabriel Caruso2018-07-221-4/+2
* | | 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
* | | Merge branch 'PHP-7.2'Anatol Belski2018-01-221-0/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-221-0/+7
| |\ \ | | |/
| | * Fixed bug #73725 Unable to retrieve value of varchar(max) typeAnatol Belski2018-01-221-0/+7
| | * year++Xinchen Hui2018-01-021-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Trailing whitespacesGabriel Caruso2018-01-031-178/+178
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Tell the diff by returning NULL, if system has no ODBC data sourcesAnatol Belski2017-12-201-1/+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
* | | Removed support for ODBCRouterKalle Sommer Nielsen2017-07-281-40/+0
* | | Removed Bird(broken)step support from ODBCKalle Sommer Nielsen2017-07-191-10/+6
|/ /
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-2/+2
|/
* avoid unneeded copyingAnatol Belski2016-11-071-11/+7
* Fixed bug #73448 odbc_errormsg returns trash, always 513 bytesAnatol Belski2016-11-071-15/+8
* Merge branch 'PHP-5.6' into PHP-7.0Remi Collet2016-03-171-7/+14
|\
| * Fix Bug #63171 Script hangs after max_execution_timeRemi Collet2016-03-171-7/+14
| * Fixed bug #47803Anatol Belski2016-02-241-18/+22
* | fix pointer truncation on 64 bitAnatol Belski2016-03-141-1/+1
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* | Port patch and test for bug #47803 to 7.0Anatol Belski2016-02-241-18/+23
* | 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
* | properly export ext/odbc globalsAnatol Belski2015-08-021-1/+1
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-031-2/+2
|\ \ | |/
| * fixed fix #69975 wrt. ODBCVER < 0x0300Christoph M. Becker2015-07-031-2/+2