summaryrefslogtreecommitdiff
path: root/ext/odbc/config.w32
Commit message (Collapse)AuthorAgeFilesLines
* force ext/odbc to be shared in snapshot buildAnatol Belski2015-03-311-1/+1
|
* integrate static tsrm_ls cache for ext/odbcAnatol Belski2015-03-251-1/+1
|
* fix setting default ODBCVER value in config.w32Anatol Belski2015-02-061-1/+1
|
* Fixed bug #68964 Allowed memory size exhausted with odbc_execAnatol Belski2015-02-061-1/+7
| | | | | | | | | | | | | | 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.
* - do not enable an ext when a lib/header failsPierre Joye2008-06-231-6/+10
| | | | | | - use MESSAGE in mysql* - use correct CFLAGS for ext/libxml headers
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+12
Will follow up to internals@ shortly.