]> granicus.if.org Git - php/commitdiff
add collections support to win32 build
authorAntony Dovgal <tony2001@php.net>
Thu, 22 Jan 2004 14:42:17 +0000 (14:42 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 22 Jan 2004 14:42:17 +0000 (14:42 +0000)
ext/oci8/config.w32

index 9ba714844522db67df8e47b80e6edc2e786c33dc..d95d4e6e65196adc2ccb574a940aea7ec9e4162a 100644 (file)
@@ -14,6 +14,7 @@ if (PHP_OCI8 != "no") {
                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");