summaryrefslogtreecommitdiff
path: root/ext/odbc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-045-5/+5
* avoid unneeded copyingAnatol Belski2016-11-071-11/+7
* Add test for bug #73448Anatol Belski2016-11-071-0/+52
* 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
| * 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
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-14/+14
* | Fix more proto commentsRasmus Lerdorf2015-06-231-1/+1
* | fix bug #69381Anatol Belski2015-04-281-0/+21
* | Merge branch 'pull-request/1239'Stanislav Malyshev2015-04-181-1/+1
|\ \
| * | fixes confusing SQLDescribeParam error messageChristoph M. Becker2015-04-161-1/+1
* | | Merge branch 'PHP-5.6'Anatol Belski2015-04-172-16/+18
|\ \ \ | |/ / |/| / | |/
| * fix column name attribute with ODBC 3.0Anatol Belski2015-04-172-3/+3
| * migrate SQLAllocStmt for ODBC 3.0 complianceAnatol Belski2015-04-172-13/+15
| * added test for bug #69354Anatol Belski2015-04-041-0/+43
| * revert skipif, this should run everywhereAnatol Belski2015-04-041-5/+0
| * further ODBC 3.0 complianceAnatol Belski2015-04-042-1/+7
| * more compliance with the ODBC 3.0Anatol Belski2015-04-042-6/+8
| * test fixesAnatol Belski2015-04-044-1/+16
* | added test for bug #69354Anatol Belski2015-04-021-0/+43
* | revert skipif, this should run everywhereAnatol Belski2015-04-021-5/+0
* | further ODBC 3.0 complianceAnatol Belski2015-04-022-1/+7
* | more compliance with the ODBC 3.xAnatol Belski2015-04-022-6/+8
* | test fixesAnatol Belski2015-04-024-1/+16
* | force ext/odbc to be shared in snapshot buildAnatol Belski2015-03-311-1/+1
* | integrate static tsrm_ls cache for ext/odbcAnatol Belski2015-03-254-3/+12
* | Merge branch 'PHP-5.6'Remi Collet2015-03-251-13/+13
|\ \ | |/
| * revert a4157423934edf7b8fdbcee163cced9bfd5748a, fix build odbc as sharedRemi Collet2015-03-251-13/+13
* | cleanup mod version macros, round 3Anatol Belski2015-03-234-2/+8
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-03-221-26/+55
|\ \ | |/
| * Print checking message for all ODBC driversLior Kaplan2015-03-221-12/+36