summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc_includes.h
Commit message (Collapse)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-2/+2
|
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
| | | | Also re bug #71575.
* Port patch and test for bug #47803 to 7.0Anatol Belski2016-02-241-0/+8
| | | | See ff115e285ab5192f9e12a43d5dc202d88b01f1ea
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
* | properly export ext/odbc globalsAnatol Belski2015-08-021-1/+1
| |
* | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-7/+4
| |
* | Merge branch 'PHP-5.6'Anatol Belski2015-04-171-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.0Anatol Belski2015-04-171-2/+2
| |
| * migrate SQLAllocStmt for ODBC 3.0 complianceAnatol Belski2015-04-171-0/+2
| |
| * further ODBC 3.0 complianceAnatol Belski2015-04-041-0/+6
| |
| * more compliance with the ODBC 3.0Anatol Belski2015-04-041-0/+2
| |
* | further ODBC 3.0 complianceAnatol Belski2015-04-021-0/+6
| |
* | more compliance with the ODBC 3.xAnatol Belski2015-04-021-0/+2
| |
* | integrate static tsrm_ls cache for ext/odbcAnatol Belski2015-03-251-1/+4
| |
* | Merge branch 'PHP-5.6'Anatol Belski2015-02-061-6/+0
|\ \ | |/ | | | | | | * PHP-5.6: Fixed bug #68964 Allowed memory size exhausted with odbc_exec
| * Fixed bug #68964 Allowed memory size exhausted with odbc_execAnatol Belski2015-02-061-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 yearXinchen Hui2015-01-151-1/+1
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-1/+1
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-251-11/+11
| |
* | ported ext/odbcAnatol Belski2014-08-191-11/+11
| |
* | ext/odbc support for phpng (incomplete)Dmitry Stogov2014-08-121-1/+1
|/
* Corrected patch for bug #60616Keyur Govande2014-07-301-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 Govande2014-07-281-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 yearXinchen Hui2014-01-031-1/+1
|
* Fixed bug #65950 Field name truncation if the field name is bigger than 32 ↵Yasuo Ohgaki2013-10-261-1/+1
| | | | characters
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | * pull-request/341: (23 commits) typofixes
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - MFH: Added odbc.default_cursortype to control the ODBC cursormodelPatrick van Kleef2008-08-291-0/+1
| | | | | | (bug #43668) #[DOC]
* - MFH: Fixed code to use ODBC 3.52 datatypes for 64bit systems (bug #43666)Patrick van Kleef2008-08-291-16/+20
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* fix odbc resource handling, patch by Dave LawsonStanislav Malyshev2007-03-131-1/+0
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* fix #37848 (ext/odbc compile failure)Antony Dovgal2006-06-191-1/+1
|
* Added automatic module globals managementDmitry Stogov2006-06-151-3/+3
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* MFB: - Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems)foobar2005-05-101-1/+1
|
* Add support for ODBCRouterWez Furlong2005-01-131-0/+14
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Revert the patch per Dan\´s requestfoobar2003-08-281-2/+2
|
* Committing a patch for IBM DB2 BLOB support submitted by Clara LiuDan Kalowsky2003-08-271-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 fixfoobar2003-07-141-2/+2
|