add collections support to win32 build

This commit is contained in:
Antony Dovgal 2004-01-22 14:42:17 +00:00
parent dbb29baefe
commit a729ce0434

View 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");