php-src/ext/pdo_odbc
Christoph M. Becker 38177dcb42 Properly initialize displaysize
From Microsoft's `SQLColAttribute()` documentation[1]:

| Please note that some drivers may only write the lower 32-bit or
| 16-bit of a buffer and leave the higher-order bit unchanged.
| Therefore, applications should initialize the value to 0 before
| calling this function.

[1] <https://docs.microsoft.com/en-us/sql/odbc/reference/syntax/sqlcolattribute-function>
2020-06-24 12:07:58 +02:00
..
tests Reindent phpt files 2020-02-03 22:52:20 +01:00
config.m4 Remove conditional calls of always available macros 2019-07-14 22:24:21 +02:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
CREDITS Change some permissions from 755 to 644 2018-08-28 23:26:49 +02:00
odbc_driver.c Fix MSVC level 1 (severe) warnings 2020-06-05 11:17:05 +02:00
odbc_stmt.c Properly initialize displaysize 2020-06-24 12:07:58 +02:00
pdo_odbc.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_pdo_odbc.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_pdo_odbc_int.h Fix [-Wundef] warning in PDO ODBC extension 2020-05-20 16:29:53 +02:00