php-src/ext/odbc
Keyur Govande df9078ea55 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.
2014-10-07 21:17:36 +00:00
..
tests Fix for bug #68087 (ODBC not reading DATE columns correctly) 2014-10-07 21:17:36 +00:00
birdstep.c Bump year 2014-01-03 11:06:16 +08:00
config.m4 Merge branch 'PHP-5.4' into PHP-5.5 2013-08-18 14:16:24 -07:00
config.w32 - do not enable an ext when a lib/header fails 2008-06-23 18:40:29 +00:00
CREDITS
php_birdstep.h Bump year 2014-01-03 11:06:16 +08:00
php_odbc_includes.h Corrected patch for bug #60616 2014-07-30 02:28:31 +00:00
php_odbc.c Fix for bug #68087 (ODBC not reading DATE columns correctly) 2014-10-07 21:17:36 +00:00
php_odbc.h Bump year 2014-01-03 11:06:16 +08:00