Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-08-28 | 1 | -1/+4 |
|\ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-08-28 | 1 | -1/+4 |
| |\ | |||||
| | * | Fix #78473: odbc_close() closes arbitrary resources | Christoph M. Becker | 2019-08-28 | 1 | -1/+4 |
* | | | Allow exceptions in __toString() | Nikita Popov | 2019-06-05 | 1 | -3/+1 |
* | | | Remove unused variable | Peter Kokot | 2019-05-12 | 1 | -2/+1 |
* | | | Use PKG_CHECK_MODULES to detect the iODBC library | Hugh McMaster | 2019-05-12 | 1 | -1/+1 |
* | | | Properly initialize out parameter | Christoph M. Becker | 2019-04-29 | 1 | -0/+1 |
* | | | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
* | | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
* | | | Implement typed properties | Nikita Popov | 2019-01-11 | 1 | -4/+5 |
* | | | Merge branch 'PHP-7.3' | Peter Kokot | 2018-10-30 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Peter Kokot | 2018-10-30 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Peter Kokot | 2018-10-30 | 1 | -2/+2 |
| | |\ | |||||
| | | * | fix bug #77079 | Jon Allen | 2018-10-30 | 1 | -2/+2 |
| | | * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -179/+179 |
| | * | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -179/+179 |
* | | | | Fix some misspellings | Gabriel Caruso | 2018-08-12 | 1 | -3/+3 |
|/ / / | |||||
* | | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | | | Use variables that already received ZEND_NUM_ARGS() | Gabriel Caruso | 2018-07-22 | 1 | -4/+2 |
* | | | 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 |
* | | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-01-22 | 1 | -0/+7 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-01-22 | 1 | -0/+7 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #73725 Unable to retrieve value of varchar(max) type | Anatol Belski | 2018-01-22 | 1 | -0/+7 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -178/+178 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | Tell the diff by returning NULL, if system has no ODBC data sources | Anatol Belski | 2017-12-20 | 1 | -1/+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 |
* | | | Removed support for ODBCRouter | Kalle Sommer Nielsen | 2017-07-28 | 1 | -40/+0 |
* | | | Removed Bird(broken)step support from ODBC | Kalle Sommer Nielsen | 2017-07-19 | 1 | -10/+6 |
|/ / | |||||
* | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -2/+2 |
|/ | |||||
* | avoid unneeded copying | Anatol Belski | 2016-11-07 | 1 | -11/+7 |
* | Fixed bug #73448 odbc_errormsg returns trash, always 513 bytes | Anatol Belski | 2016-11-07 | 1 | -15/+8 |
* | 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 |
| * | Fixed bug #47803 | Anatol Belski | 2016-02-24 | 1 | -18/+22 |
* | | 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 | 1 | -1/+1 |
* | | Port patch and test for bug #47803 to 7.0 | Anatol Belski | 2016-02-24 | 1 | -18/+23 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | | properly export ext/odbc globals | Anatol Belski | 2015-08-02 | 1 | -1/+1 |
* | | 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 |