summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc_includes.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix [-Wundef] warning in ODBC extensionGeorge Peter Banyard2020-05-201-1/+1
|
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
| | | | Closes GH-4732.
* Remove local variablesPeter Kokot2019-02-031-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes the so called local variables defined per file basis for certain editors to properly show tab width, and similar settings. These are mainly used by Vim and Emacs editors yet with recent changes the once working definitions don't work anymore in Vim without custom plugins or additional configuration. Neither are these settings synced across the PHP code base. A simpler and better approach is EditorConfig and fixing code using some code style fixing tools in the future instead. This patch also removes the so called modelines for Vim. Modelines allow Vim editor specifically to set some editor configuration such as syntax highlighting, indentation style and tab width to be set in the first line or the last 5 lines per file basis. Since the php test files have syntax highlighting already set in most editors properly and EditorConfig takes care of the indentation settings, this patch removes these as well for the Vim 6.0 and newer versions. With the removal of local variables for certain editors such as Emacs and Vim, the footer is also probably not needed anymore when creating extensions using ext_skel.php script. Additionally, Vim modelines for setting php syntax and some editor settings has been removed from some *.phpt files. All these are mostly not relevant for phpt files neither work properly in the middle of the file.
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
|
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
| | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore.
* Remove some old occurrences of configure.inPeter Kokot2018-06-041-1/+1
| | | | | configure.ac is the recommended file to use instead of the old configure.in which will be removed in autotools future versions.
* year++Xinchen Hui2018-01-021-1/+1
|
* ODBC Solid is not supported in our build system on Windows, so remove this ↵Kalle Sommer Nielsen2017-07-281-3/+1
| | | | #ifdef
* Removed support for ODBCRouterKalle Sommer Nielsen2017-07-281-14/+0
|
* Removed Bird(broken)step support from ODBCKalle Sommer Nielsen2017-07-191-18/+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
|