From b64bf12d5935a692b20fe9111eb527360e768ba6 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 30 May 2006 21:38:00 +0000 Subject: [PATCH] fix compilation on some b0rked systems that must have collections support but they don't --- ext/oci8/oci8_collection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/oci8/oci8_collection.c b/ext/oci8/oci8_collection.c index 4c1f7a27a4..c84ca9844b 100644 --- a/ext/oci8/oci8_collection.c +++ b/ext/oci8/oci8_collection.c @@ -37,7 +37,7 @@ #include "ext/standard/info.h" #include "php_ini.h" -#if HAVE_OCI8 +#if HAVE_OCI8 && PHP_OCI8_HAVE_COLLECTIONS #include "php_oci8.h" #include "php_oci8_int.h" -- 2.40.0