]> granicus.if.org Git - php/commitdiff
- fix oci8_11g when build shared (invalid extension)
authorPierre Joye <pajoye@php.net>
Tue, 5 Aug 2008 20:56:03 +0000 (20:56 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 5 Aug 2008 20:56:03 +0000 (20:56 +0000)
ext/oci8/oci8.c

index d1ce476801f1e7e285007a9332769bb3c4466a8d..3ab7eb9afe786638e8cb270230804e66feeb12c6 100644 (file)
@@ -99,7 +99,7 @@ static sword php_oci_ping_init(php_oci_connection *connection, OCIError *errh TS
 /* }}} */
 
 /* {{{ dynamically loadable module stuff */
-#ifdef COMPILE_DL_OCI8
+#if defined(COMPILE_DL_OCI8) || defined(COMPILE_DL_OCI8_11G)
 ZEND_GET_MODULE(oci8)
 #endif /* COMPILE_DL */
 /* }}} */