[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] cvs: php4(PHP_4_3) /ext/odbc php_odbc.h
From:       "Wez Furlong" <wez.php () thebrainroom ! net>
Date:       2003-04-30 23:33:18
[Download RAW message or body]

wez		Wed Apr 30 19:33:18 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/ext/odbc	php_odbc.h 
  Log:
  MFH: Fix odbc_fetch_(array|object) for UnixODBC.
  
  
Index: php4/ext/odbc/php_odbc.h
diff -u php4/ext/odbc/php_odbc.h:1.48.4.2 php4/ext/odbc/php_odbc.h:1.48.4.3
--- php4/ext/odbc/php_odbc.h:1.48.4.2	Wed Apr 30 06:46:43 2003
+++ php4/ext/odbc/php_odbc.h	Wed Apr 30 19:33:18 2003
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_odbc.h,v 1.48.4.2 2003/04/30 10:46:43 wez Exp $ */
+/* $Id: php_odbc.h,v 1.48.4.3 2003/04/30 23:33:18 wez Exp $ */
 
 #ifndef PHP_ODBC_H
 #define 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
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic