diff options
author | Wez Furlong <wez@php.net> | 2003-04-30 23:32:36 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-04-30 23:32:36 +0000 |
commit | 9db67f05e127608ccd275941a63200ab01e43f59 (patch) | |
tree | 176f2dd078f63d3ef4363d63f67f242b51916d50 | |
parent | 8a09151f5ee6f48011c22a7ea12e593a72c5f3f1 (diff) | |
download | php-git-9db67f05e127608ccd275941a63200ab01e43f59.tar.gz |
UnixODBC also supports the fetch_array() and fetch_object() functions...
-rw-r--r-- | ext/odbc/php_odbc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc.h b/ext/odbc/php_odbc.h index b03654374a..75e7f82a5c 100644 --- a/ext/odbc/php_odbc.h +++ b/ext/odbc/php_odbc.h @@ -33,7 +33,7 @@ extern zend_module_entry odbc_module_entry; #define odbc_module_ptr &odbc_module_entry -#if defined(HAVE_DBMAKER) || defined(PHP_WIN32) || defined(HAVE_IBMDB2) +#if defined(HAVE_DBMAKER) || defined(PHP_WIN32) || defined(HAVE_IBMDB2) || defined(HAVE_UNIXODBC) # define PHP_ODBC_HAVE_FETCH_HASH 1 #endif |