]> granicus.if.org Git - php/commitdiff
fix compilation on some b0rked systems that must have collections support but they...
authorAntony Dovgal <tony2001@php.net>
Tue, 30 May 2006 21:38:00 +0000 (21:38 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 30 May 2006 21:38:00 +0000 (21:38 +0000)
ext/oci8/oci8_collection.c

index 4c1f7a27a44477e8321087a6348330b92678c9b2..c84ca9844b6d531e7533bf0d5489ffa247865ba8 100644 (file)
@@ -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"