Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -2/+2 |
| | |||||
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 1 | -1/+1 |
| | | | | Also re bug #71575. | ||||
* | Port patch and test for bug #47803 to 7.0 | Anatol Belski | 2016-02-24 | 1 | -0/+8 |
| | | | | See ff115e285ab5192f9e12a43d5dc202d88b01f1ea | ||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | 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 |
| | | |||||
* | | switch to the unified globals accessor where appropriate | Anatol Belski | 2015-07-29 | 1 | -7/+4 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Anatol Belski | 2015-04-17 | 1 | -2/+4 |
|\ \ | |/ | | | | | | | | | * PHP-5.6: fix column name attribute with ODBC 3.0 migrate SQLAllocStmt for ODBC 3.0 compliance | ||||
| * | fix column name attribute with ODBC 3.0 | Anatol Belski | 2015-04-17 | 1 | -2/+2 |
| | | |||||
| * | migrate SQLAllocStmt for ODBC 3.0 compliance | Anatol Belski | 2015-04-17 | 1 | -0/+2 |
| | | |||||
| * | further ODBC 3.0 compliance | Anatol Belski | 2015-04-04 | 1 | -0/+6 |
| | | |||||
| * | more compliance with the ODBC 3.0 | Anatol Belski | 2015-04-04 | 1 | -0/+2 |
| | | |||||
* | | further ODBC 3.0 compliance | Anatol Belski | 2015-04-02 | 1 | -0/+6 |
| | | |||||
* | | more compliance with the ODBC 3.x | Anatol Belski | 2015-04-02 | 1 | -0/+2 |
| | | |||||
* | | integrate static tsrm_ls cache for ext/odbc | Anatol Belski | 2015-03-25 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Anatol Belski | 2015-02-06 | 1 | -6/+0 |
|\ \ | |/ | | | | | | | * PHP-5.6: Fixed bug #68964 Allowed memory size exhausted with odbc_exec | ||||
| * | Fixed bug #68964 Allowed memory size exhausted with odbc_exec | Anatol Belski | 2015-02-06 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done in two steps: - the ODBCVER has to be rased to 0x0300 which corresponds to Sql Server 9, otherwise the client will not recognize several SQL datatypes - additionally the config scripts was tweaked so then ODBCVER can be overridden, that still allows enabling compatibility with lower versions Bug #67437 might be fixed by this as well. | ||||
| * | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -1/+1 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -11/+11 |
| | | |||||
* | | ported ext/odbc | Anatol Belski | 2014-08-19 | 1 | -11/+11 |
| | | |||||
* | | ext/odbc support for phpng (incomplete) | Dmitry Stogov | 2014-08-12 | 1 | -1/+1 |
|/ | |||||
* | Corrected patch for bug #60616 | Keyur Govande | 2014-07-30 | 1 | -1/+6 |
| | | | | | | | | | | | For unixODBC, use ODBC version as defined by it (as of v2.2.14 it is 3.5). This allows us to use newer features like SQL_DESC_OCTET_LENGTH (which returns the number of bytes required to store the data). This fixes the issue in #60616. If the newer version is not available, over-allocate to accomodate 4-byte Unicode characters for CHAR and VARCHAR datatypes (and their Wide counterparts). version. Fixed a couple of failing tests. | ||||
* | Fix bug #60616 (odbc_fetch_into returns junk at end of multi-byte char fields) | Keyur Govande | 2014-07-28 | 1 | -1/+1 |
| | | | | | | | | | The ODBC extension did not support WVARCHAR. WVARCHAR ends up being handled by the default handler where vallen is set by the driver to the actual bytes needed for the field. If it is larger than default-lrl then the output is corrupted (reading past the buffer) because the return functions don't expect that to happen. The patch add support to handle WVARCHAR just like a regular VARCHAR. | ||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #65950 Field name truncation if the field name is bigger than 32 ↵ | Yasuo Ohgaki | 2013-10-26 | 1 | -1/+1 |
| | | | | characters | ||||
* | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH: Added odbc.default_cursortype to control the ODBC cursormodel | Patrick van Kleef | 2008-08-29 | 1 | -0/+1 |
| | | | | | | (bug #43668) #[DOC] | ||||
* | - MFH: Fixed code to use ODBC 3.52 datatypes for 64bit systems (bug #43666) | Patrick van Kleef | 2008-08-29 | 1 | -16/+20 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | fix odbc resource handling, patch by Dave Lawson | Stanislav Malyshev | 2007-03-13 | 1 | -1/+0 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | fix #37848 (ext/odbc compile failure) | Antony Dovgal | 2006-06-19 | 1 | -1/+1 |
| | |||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-15 | 1 | -3/+3 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | MFB: - Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems) | foobar | 2005-05-10 | 1 | -1/+1 |
| | |||||
* | Add support for ODBCRouter | Wez Furlong | 2005-01-13 | 1 | -0/+14 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Revert the patch per Dan\´s request | foobar | 2003-08-28 | 1 | -2/+2 |
| | |||||
* | Committing a patch for IBM DB2 BLOB support submitted by Clara Liu | Dan Kalowsky | 2003-08-27 | 1 | -2/+2 |
| | | | | | | | | (clara@zealworks.com). # I haven't had time to completely test this patch, a few users have stated # that it works well for them and a few others want to test with windows # builds, hence the submission. | ||||
* | WS fix | foobar | 2003-07-14 | 1 | -2/+2 |
| |