summaryrefslogtreecommitdiff
path: root/ext/odbc
Commit message (Expand)AuthorAgeFilesLines
* Fix #78473: odbc_close() closes arbitrary resourcesChristoph M. Becker2019-08-282-1/+18
* 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
* | 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
* | 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
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-025-8/+8
* | Eliminate win95nt.hKalle Sommer Nielsen2016-12-221-1/+0
* | Hmm actually it seems to be the other way around, Anatol?Kalle Sommer Nielsen2016-12-221-2/+2
* | Sync the default value of --with-odbcver with the hardcoded default for ODBCVERKalle Sommer Nielsen2016-12-221-1/+1
* | Remove more PHP 6 leftovers from testsNikita Popov2016-11-241-2/+2
|/
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-071-11/+7
|\
| * avoid unneeded copyingAnatol Belski2016-11-071-11/+7
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-071-0/+52
|\ \ | |/
| * Add test for bug #73448Anatol Belski2016-11-071-0/+52
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-071-15/+8
|\ \ | |/
| * Fixed bug #73448 odbc_errormsg returns trash, always 513 bytesAnatol Belski2016-11-071-15/+8
* | Increase ODBCVER to 3.5 by defaultAnatol Belski2016-07-042-3/+3
* | Fixed compilation warningsDmitry Stogov2016-06-221-1/+1
|/
* 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
| * add test for bug #47803Anatol Belski2016-02-241-0/+185
| * Fixed bug #47803Anatol Belski2016-02-242-18/+30
* | fix pointer truncation on 64 bitAnatol Belski2016-03-141-1/+1
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+2
* | Port patch and test for bug #47803 to 7.0Anatol Belski2016-02-243-18/+216
* | add test for bug #71171Anatol Belski2016-02-231-0/+43
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-02-231-3/+14
|\ \ | |/
| * make ext/odbc test credentials configurableAnatol Belski2016-02-231-3/+14
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-015-5/+5
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-015-5/+5
* | Add missing variable from birdstep_commit() which got removed in e8fcd52efLior Kaplan2015-09-031-1/+1
* | properly export ext/odbc globalsAnatol Belski2015-08-023-2/+10
* | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-7/+4
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-031-2/+2
|\ \ | |/
| * fixed fix #69975 wrt. ODBCVER < 0x0300Christoph M. Becker2015-07-031-2/+2
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-032-0/+39
|\ \ | |/
| * Fix #69975: PHP segfaults when accessing nvarchar(max) defined columnsChristoph M. Becker2015-07-032-0/+39
| * Fixed bug #69381 out of memory with sage odbc driverFrederic Marchal2015-04-281-0/+9
* | Cleanup (avoid reallocation)Dmitry Stogov2015-07-021-9/+10