Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed "dead" code (zend_hash_update() never fails) | Dmitry Stogov | 2018-06-01 | 1 | -6/+2 |
* | Avoid useless checks, using zend_string_efree(), in cases where the string is... | Dmitry Stogov | 2018-05-08 | 1 | -3/+3 |
* | Remove, or fix, unused variables | Gabriel Caruso | 2018-03-27 | 1 | -3/+0 |
* | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 1 | -1/+1 |
* | Fix: follow the indent of the other configure options | Tom Van Looy | 2018-02-15 | 1 | -3/+2 |
* | Fix some misspellings | Gabriel Caruso | 2018-02-06 | 1 | -1/+1 |
* | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 2 | -3/+3 |
* | Merge branch 'PHP-7.2' | Anatol Belski | 2018-01-22 | 2 | -0/+62 |
|\ | |||||
| * | 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 |
* | | | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -178/+178 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 3 | -3/+3 |
* | | | Tell the diff by returning NULL, if system has no ODBC data sources | Anatol Belski | 2017-12-20 | 2 | -2/+11 |
* | | | Merge branch 'PHP-7.2' | Anatol Belski | 2017-12-20 | 1 | -6/+4 |
|\ \ \ | |/ / | |||||
| * | | 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 |
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
* | | | Persistent resources are "thread-local". | Dmitry Stogov | 2017-11-01 | 1 | -7/+1 |
* | | | Encapsulate reference-counting primitives. | Dmitry Stogov | 2017-10-27 | 1 | -1/+1 |
* | | | ODBC Solid is not supported in our build system on Windows, so remove this #i... | Kalle Sommer Nielsen | 2017-07-28 | 1 | -3/+1 |
* | | | Removed support for ODBCRouter | Kalle Sommer Nielsen | 2017-07-28 | 3 | -76/+0 |
* | | | Removed Bird(broken)step support from ODBC | Kalle Sommer Nielsen | 2017-07-19 | 6 | -884/+10 |
|/ / | |||||
* | | 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 |