From: Dan Kalowsky Date: Fri, 17 Nov 2000 15:48:09 +0000 (+0000) Subject: Missed one section that required the addition of a new HAVE_SOLID_30 X-Git-Tag: php-4.0.4RC3~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b52648efd5c51ba64a4b22928019d18804ff0f31;p=php Missed one section that required the addition of a new HAVE_SOLID_30 This should be correct now. --- diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index e37603aa07..7ff6523417 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -1847,7 +1847,7 @@ int odbc_sqlconnect(odbc_connection **conn, char *db, char *uid, char *pwd, int SQLAllocEnv(&((*conn)->henv)); SQLAllocConnect((*conn)->henv, &((*conn)->hdbc)); -#ifdef HAVE_SOLID +#if defined(HAVE_SOLID) || defined(HAVE_SOLID_30) SQLSetConnectOption((*conn)->hdbc, SQL_TRANSLATE_OPTION, SQL_SOLID_XLATOPT_NOCNV); #endif