php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | |
Patch php_odbc.patch for ODBC related Bug #65950Patch version 2013-10-23 11:49 UTC Return to Bug #65950 | Download this patchPatch 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; |
Copyright © 2001-2024 The PHP Group All rights reserved. |
Last updated: Thu Nov 21 19:01:29 2024 UTC |