diff options
author | Keyur Govande <keyur@php.net> | 2014-10-07 21:17:36 +0000 |
---|---|---|
committer | Keyur Govande <keyur@php.net> | 2014-10-07 21:17:36 +0000 |
commit | df9078ea55e2bd60d718c6e6948b70311650fe39 (patch) | |
tree | 31d9c8c67ac657f21d2b06f05a6c44280e632d2a /ext/reflection/php_reflection.c | |
parent | d21602c07288283e680941c0c0f963715fed0337 (diff) | |
download | php-git-df9078ea55e2bd60d718c6e6948b70311650fe39.tar.gz |
Fix for bug #68087 (ODBC not reading DATE columns correctly)
Temporary variable indicating column field type ID should be
reset to default for loop iteration (i.e. every column in the
record set. The old buggy code made it persist across all columns
leading to invalid reads from the buffer, if for example a DATE
column was preceded by a VARCHAR column.
Diffstat (limited to 'ext/reflection/php_reflection.c')
0 files changed, 0 insertions, 0 deletions