tony2001                Thu Jan 22 09:42:18 2004 EDT

  Modified files:              
    /php-src/ext/oci8   config.w32 
  Log:
  add collections support to win32 build
  
  
http://cvs.php.net/diff.php/php-src/ext/oci8/config.w32?r1=1.2&r2=1.3&ty=u
Index: php-src/ext/oci8/config.w32
diff -u php-src/ext/oci8/config.w32:1.2 php-src/ext/oci8/config.w32:1.3
--- php-src/ext/oci8/config.w32:1.2     Wed Jan  7 15:06:29 2004
+++ php-src/ext/oci8/config.w32 Thu Jan 22 09:42:17 2004
@@ -1,4 +1,4 @@
-// $Id: config.w32,v 1.2 2004/01/07 20:06:29 wez Exp $
+// $Id: config.w32,v 1.3 2004/01/22 14:42:17 tony2001 Exp $
 // vim:ft=javascript
 
 ARG_WITH("oci8", "OCI8 support", "no");
@@ -14,6 +14,7 @@
                AC_DEFINE('HAVE_OCI8_TEMP_LOB', 1);
                AC_DEFINE('HAVE_OCI8', 1);
                AC_DEFINE('HAVE_OCI8_ATTR_STATEMENT', 1);
+               AC_DEFINE('PHP_OCI8_HAVE_COLLECTIONS', 1);
 
        } else {
                WARNING("oci8 not enabled; libraries and headers not found");

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

Reply via email to