php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #65950
Patch php_odbc.patch revision 2013-10-23 11:49 UTC by michael dot y at zend dot com

Patch php_odbc.patch for ODBC related Bug #65950

Patch version 2013-10-23 11:49 UTC

Return to Bug #65950 | Download this patch
Patch Revisions:

Developer: michael.y@zend.com

--- php_odbc_includes.h 2013-10-23 12:41:58.737516923 +0200
+++ php_odbc_includes_modified.h        2013-10-23 12:43:13.887406392 +0200
@@ -232,7 +232,7 @@
 } odbc_connection;

 typedef struct odbc_result_value {
-       char name[32];
+       char name[256];
        char *value;
        SQLLEN vallen;
        SQLLEN coltype;
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 21:01:29 2024 UTC