From: Antony Dovgal Date: Tue, 30 May 2006 21:38:00 +0000 (+0000) Subject: fix compilation on some b0rked systems that must have collections support but they... X-Git-Tag: BEFORE_NEW_OUTPUT_API~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b64bf12d5935a692b20fe9111eb527360e768ba6;p=php fix compilation on some b0rked systems that must have collections support but they don't --- 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"