Browse Source

Patch for windows DSN less connection #20086 (by john@johnandlouise.com)

experimental/threaded
Dan Kalowsky 24 years ago
parent
commit
7d74a72dfd
  1. 2
      ext/odbc/php_odbc.c

2
ext/odbc/php_odbc.c

@ -2107,7 +2107,7 @@ int odbc_sqlconnect(odbc_connection **conn, char *db, char *uid, char *pwd, int
}
/* Possible fix for bug #10250
* Needs testing on UnixODBC < 2.0.5 though. */
#if defined(HAVE_EMPRESS) || defined(HAVE_UNIXODBC)
#if defined(HAVE_EMPRESS) || defined(HAVE_UNIXODBC) || defined(PHP_WIN32)
/* * Uncomment the line above, and comment line below to fully test
* #ifdef HAVE_EMPRESS */
{

Loading…
Cancel
Save