From: Edin Kadribasic Date: Tue, 3 Jun 2003 12:46:47 +0000 (+0000) Subject: Fixed bug #23733. X-Git-Tag: php-4.3.3RC1~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9afa0f324980b85b821e37964732962e8438897a;p=php Fixed bug #23733. #HAVE_OCI8_SHARED_MODE is more trouble than its worth. --- diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4 index d689600d52..09b9d70078 100644 --- a/ext/oci8/config.m4 +++ b/ext/oci8/config.m4 @@ -100,7 +100,6 @@ if test "$PHP_OCI8" != "no"; then PHP_ADD_LIBRARY(clntsh, 1, OCI8_SHARED_LIBADD) PHP_ADD_LIBPATH($OCI8_DIR/lib, OCI8_SHARED_LIBADD) AC_DEFINE(HAVE_OCI8_ATTR_STATEMENT,1,[ ]) - AC_DEFINE(HAVE_OCI8_SHARED_MODE,1,[ ]) dnl These functions are only available in version >= 9.2 PHP_CHECK_LIBRARY(clntsh, OCIEnvNlsCreate,