diff options
Diffstat (limited to 'ext/odbc/php_odbc.c')
-rw-r--r-- | ext/odbc/php_odbc.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index 94a6cb11f3..06af9a029e 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -1919,11 +1919,11 @@ int odbc_sqlconnect(odbc_connection **conn, char *db, char *uid, char *pwd, int return FALSE; } } -/* Possible fix for bug # - * Needs testing on UnixODBC < 2.0.5 though. - * #if defined(HAVE_EMPRESS) || defined(HAVE_UNIXODBC) - * Uncomment the line above, and comment line below to fully test */ -#ifdef HAVE_EMPRESS +/* Possible fix for bug #10250 + * Needs testing on UnixODBC < 2.0.5 though. */ + #if defined(HAVE_EMPRESS) || defined(HAVE_UNIXODBC) +/* * Uncomment the line above, and comment line below to fully test + * #ifdef HAVE_EMPRESS */ { int direct = 0; char dsnbuf[300]; |