| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 3 | -3/+3 |
| * | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -1/+0 |
| * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 2 | -190/+190 |
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-01-22 | 2 | -0/+62 |
| |\ | |||||
| | * | Fixed bug #73725 Unable to retrieve value of varchar(max) type | Anatol Belski | 2018-01-22 | 2 | -0/+62 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 5 | -5/+5 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 5 | -5/+5 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-12-20 | 1 | -6/+4 |
| |\ \ | |/ | |||||
| | * | Templatize driver name in the expected string | Anatol Belski | 2017-12-20 | 1 | -6/+4 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 5 | -5/+5 |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 5 | -8/+8 |
| * | | Eliminate win95nt.h | Kalle Sommer Nielsen | 2016-12-22 | 1 | -1/+0 |
| * | | Hmm actually it seems to be the other way around, Anatol? | Kalle Sommer Nielsen | 2016-12-22 | 1 | -2/+2 |
| * | | Sync the default value of --with-odbcver with the hardcoded default for ODBCVER | Kalle Sommer Nielsen | 2016-12-22 | 1 | -1/+1 |
| * | | Remove more PHP 6 leftovers from tests | Nikita Popov | 2016-11-24 | 1 | -2/+2 |
| |/ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-11-07 | 1 | -11/+7 |
| |\ | |||||
| | * | avoid unneeded copying | Anatol Belski | 2016-11-07 | 1 | -11/+7 |
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-11-07 | 1 | -0/+52 |
| |\ \ | |/ | |||||
| | * | Add test for bug #73448 | Anatol Belski | 2016-11-07 | 1 | -0/+52 |
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-11-07 | 1 | -15/+8 |
| |\ \ | |/ | |||||
| | * | Fixed bug #73448 odbc_errormsg returns trash, always 513 bytes | Anatol Belski | 2016-11-07 | 1 | -15/+8 |
| * | | Increase ODBCVER to 3.5 by default | Anatol Belski | 2016-07-04 | 2 | -3/+3 |
| * | | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Remi Collet | 2016-03-17 | 1 | -7/+14 |
| |\ | |||||
| | * | Fix Bug #63171 Script hangs after max_execution_time | Remi Collet | 2016-03-17 | 1 | -7/+14 |
| | * | add test for bug #47803 | Anatol Belski | 2016-02-24 | 1 | -0/+185 |
| | * | Fixed bug #47803 | Anatol Belski | 2016-02-24 | 2 | -18/+30 |
| * | | fix pointer truncation on 64 bit | Anatol Belski | 2016-03-14 | 1 | -1/+1 |
| * | | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 2 | -2/+2 |
| * | | Port patch and test for bug #47803 to 7.0 | Anatol Belski | 2016-02-24 | 3 | -18/+216 |
| * | | add test for bug #71171 | Anatol Belski | 2016-02-23 | 1 | -0/+43 |
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-02-23 | 1 | -3/+14 |
| |\ \ | |/ | |||||
| | * | make ext/odbc test credentials configurable | Anatol Belski | 2016-02-23 | 1 | -3/+14 |
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 5 | -5/+5 |
| |\ \ | |/ | |||||
| | * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 5 | -5/+5 |
| * | | Add missing variable from birdstep_commit() which got removed in e8fcd52ef | Lior Kaplan | 2015-09-03 | 1 | -1/+1 |
| * | | properly export ext/odbc globals | Anatol Belski | 2015-08-02 | 3 | -2/+10 |
| * | | switch to the unified globals accessor where appropriate | Anatol Belski | 2015-07-29 | 1 | -7/+4 |
| * | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-07-03 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | fixed fix #69975 wrt. ODBCVER < 0x0300 | Christoph M. Becker | 2015-07-03 | 1 | -2/+2 |
| * | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-07-03 | 2 | -0/+39 |
| |\ \ | |/ | |||||
| | * | Fix #69975: PHP segfaults when accessing nvarchar(max) defined columns | Christoph M. Becker | 2015-07-03 | 2 | -0/+39 |
| | * | Fixed bug #69381 out of memory with sage odbc driver | Frederic Marchal | 2015-04-28 | 1 | -0/+9 |
| * | | Cleanup (avoid reallocation) | Dmitry Stogov | 2015-07-02 | 1 | -9/+10 |
| * | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -14/+14 |
| * | | Fix more proto comments | Rasmus Lerdorf | 2015-06-23 | 1 | -1/+1 |
| * | | fix bug #69381 | Anatol Belski | 2015-04-28 | 1 | -0/+21 |
| * | | Merge branch 'pull-request/1239' | Stanislav Malyshev | 2015-04-18 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | fixes confusing SQLDescribeParam error message | Christoph M. Becker | 2015-04-16 | 1 | -1/+1 |
| * | | | Merge branch 'PHP-5.6' | Anatol Belski | 2015-04-17 | 2 | -16/+18 |
| |\ \ \ | |/ / |/| / | |/ | |||||
