mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
Fix #50444: PDO-ODBC changes for 64-bit
This bug is also referenced in [#61777](https://bugs.php.net/bug.php?id=61777) and is still present in the latest stable release of the 5.5 branch. I see two tickets exist for this problem already, and I'm just submitting these changes via github as a reminder that this is a serious problem for anyone using PDO_ODBC on the x64 builds.
This commit is contained in:
parent
076c25bfec
commit
91e7b3b84f
3 changed files with 6 additions and 3 deletions
|
@ -157,7 +157,7 @@ typedef struct {
|
|||
} pdo_odbc_stmt;
|
||||
|
||||
typedef struct {
|
||||
SQLINTEGER len;
|
||||
SQLLEN len;
|
||||
SQLSMALLINT paramtype;
|
||||
char *outbuf;
|
||||
unsigned is_unicode:1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue